File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed
Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 88# Initialize functions/variables #
99# ##############################################################
1010
11+ if [ -z " $HESTIA " ]; then
12+ export HESTIA=' /usr/local/hestia'
13+ PATH=$PATH :/usr/local/hestia/bin
14+ export PATH
15+ fi
16+
1117# Load upgrade functions and variables
12- source /usr/local/hestia /func/main.sh
13- source /usr/local/hestia /func/upgrade.sh
14- source /usr/local/hestia /conf/hestia.conf
15- 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
1622
1723# ##############################################################
1824# Set new version numbers for packages #
You can’t perform that action at this time.
0 commit comments