Skip to content

Commit b906202

Browse files
author
Kristan Kenney
committed
Fix branch release name during clean installation
1 parent 675daf6 commit b906202

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

install/hst-install-debian.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1067,7 +1067,7 @@ echo "LANGUAGE='$lang'" >> $HESTIA/conf/hestia.conf
10671067

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

10721072
# Installing hosting packages
10731073
cp -rf $hestiacp/packages $HESTIA/data/
@@ -1795,6 +1795,7 @@ rm -f $tmpfile
17951795
$HESTIA/bin/v-add-user-notification admin 'Welcome!' 'For more information on how to use Hestia Control Panel, click on the Help icon in the top right corner of the toolbar.<br><br>Please report any bugs or issues on GitHub at<br>https://github.com/hestiacp/hestiacp/Issues<br><br>Have a great day!'
17961796

17971797
echo "(!) IMPORTANT: You must logout or restart the server before continuing."
1798+
echo ""
17981799
if [ "$interactive" = 'yes' ]; then
17991800
echo -n " Do you want to logout now? [Y/N] "
18001801
read resetshell

install/hst-install-ubuntu.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1031,7 +1031,7 @@ echo "LANGUAGE='$lang'" >> $HESTIA/conf/hestia.conf
10311031

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

10361036
# Installing hosting packages
10371037
cp -rf $hestiacp/packages $HESTIA/data/
@@ -1697,6 +1697,7 @@ rm -f $tmpfile
16971697
$HESTIA/bin/v-add-user-notification admin 'Welcome!' 'For more information on how to use Hestia Control Panel, click on the Help icon in the top right corner of the toolbar.<br><br>Please report any bugs or issues on GitHub at<br>https://github.com/hestiacp/hestiacp/Issues<br><br>Have a great day!'
16981698

16991699
echo "(!) IMPORTANT: You must logout or restart the server before continuing."
1700+
echo ""
17001701
if [ "$interactive" = 'yes' ]; then
17011702
echo -n " Do you want to logout now? [Y/N] "
17021703
read resetshell

0 commit comments

Comments
 (0)