File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -4,21 +4,21 @@ if [ ! -e "/usr/local/hestia/data/users/admin" ]; then
44 exit
55fi
66
7+ # ##############################################################
8+ # Initialize functions/variables #
9+ # ##############################################################
10+
711if [ -z " $HESTIA " ]; then
812 export HESTIA=' /usr/local/hestia'
913 PATH=$PATH :/usr/local/hestia/bin
1014 export PATH
1115fi
1216
13- # ##############################################################
14- # Initialize functions/variables #
15- # ##############################################################
16-
1717# Load upgrade functions and variables
18- source /usr/local/hestia /func/main.sh
19- source /usr/local/hestia /func/upgrade.sh
20- source /usr/local/hestia /conf/hestia.conf
21- source /usr/local/hestia /install/upgrade/upgrade.conf
18+ source $HESTIA /func/main.sh
19+ source $HESTIA /func/upgrade.sh
20+ source $HESTIA /conf/hestia.conf
21+ source $HESTIA /install/upgrade/upgrade.conf
2222
2323# ##############################################################
2424# Set new version numbers for packages #
You can’t perform that action at this time.
0 commit comments