File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1081,7 +1081,7 @@ echo "BACKUP_MODE='zstd'" >> $HESTIA/conf/hestia.conf
10811081echo " LANGUAGE='$lang '" >> $HESTIA /conf/hestia.conf
10821082
10831083# Login in screen
1084- echo " LOGIN_STYLE='default" >> $HESTIA /conf/hestia.conf
1084+ echo " LOGIN_STYLE='default' " >> $HESTIA /conf/hestia.conf
10851085
10861086# Version & Release Branch
10871087echo " VERSION='${HESTIA_INSTALL_VER} '" >> $HESTIA /conf/hestia.conf
Original file line number Diff line number Diff line change @@ -1119,7 +1119,7 @@ echo "BACKUP_MODE='zstd'" >> $HESTIA/conf/hestia.conf
11191119echo " LANGUAGE='$lang '" >> $HESTIA /conf/hestia.conf
11201120
11211121# Login in screen
1122- echo " LOGIN_STYLE='default" >> $HESTIA /conf/hestia.conf
1122+ echo " LOGIN_STYLE='default' " >> $HESTIA /conf/hestia.conf
11231123
11241124# Version & Release Branch
11251125echo " VERSION='${HESTIA_INSTALL_VER} '" >> $HESTIA /conf/hestia.conf
Original file line number Diff line number Diff line change 22
33# Clean installation bootstrap for development purposes only
44# Usage: ./hst_bootstrap_install.sh [fork] [branch] [os]
5- # Example: ./hst_bootstrap_install.sh hestiacp master ubuntu
5+ # Example: ./hst_bootstrap_install.sh hestiacp main ubuntu
66
77# Define variables
88fork=$1
@@ -15,7 +15,7 @@ wget https://raw.githubusercontent.com/$fork/hestiacp/$branch/src/hst_autocompil
1515
1616# Execute compiler and build hestia core package
1717chmod +x hst_autocompile.sh
18- ./hst_autocompile.sh --hestia master no
18+ ./hst_autocompile.sh --hestia $branch no
1919
2020# Execute Hestia Control Panel installer with default dummy options for testing
2121bash hst-install-$os .sh -f -y no -e admin@test.local -p P@ssw0rd -s hestia-$branch -$os .test.local --with-debs /tmp/hestiacp-src/debs
You can’t perform that action at this time.
0 commit comments