Skip to content

Commit 7c56635

Browse files
author
Kristan Kenney
committed
Fix incorrect version and branch during installation
1 parent eaf9604 commit 7c56635

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

install/hst-install-debian.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1067,8 +1067,8 @@ echo "BACKUP_SYSTEM='local'" >> $HESTIA/conf/hestia.conf
10671067
echo "LANGUAGE='$lang'" >> $HESTIA/conf/hestia.conf
10681068

10691069
# Version & Release Branch
1070-
echo "VERSION='0.10.0'" >> $HESTIA/conf/hestia.conf
1071-
echo "RELEASE='develop'" >> $HESTIA/conf/hestia.conf
1070+
echo "VERSION='1.00.0-190618'" >> $HESTIA/conf/hestia.conf
1071+
echo "RELEASE='master'" >> $HESTIA/conf/hestia.conf
10721072

10731073
# Installing hosting packages
10741074
cp -rf $hestiacp/packages $HESTIA/data/

install/hst-install-ubuntu.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1031,8 +1031,8 @@ echo "BACKUP_SYSTEM='local'" >> $HESTIA/conf/hestia.conf
10311031
echo "LANGUAGE='$lang'" >> $HESTIA/conf/hestia.conf
10321032

10331033
# Version & Release Branch
1034-
echo "VERSION='0.10.0'" >> $HESTIA/conf/hestia.conf
1035-
echo "RELEASE='develop'" >> $HESTIA/conf/hestia.conf
1034+
echo "VERSION='1.00.0-190618'" >> $HESTIA/conf/hestia.conf
1035+
echo "RELEASE='master'" >> $HESTIA/conf/hestia.conf
10361036

10371037
# Installing hosting packages
10381038
cp -rf $hestiacp/packages $HESTIA/data/

0 commit comments

Comments
 (0)