File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 1919# Initialize functions/variables #
2020# ##############################################################
2121
22+ if [ -z " $HESTIA " ]; then
23+ export HESTIA=' /usr/local/hestia'
24+ PATH=$PATH :/usr/local/hestia/bin
25+ export PATH
26+ fi
27+
2228# Load upgrade functions and variables
2329source /usr/local/hestia/func/main.sh
2430source /usr/local/hestia/func/upgrade.sh
Original file line number Diff line number Diff line change 1515# Initialize functions/variables #
1616# ##############################################################
1717
18+ if [ -z " $HESTIA " ]; then
19+ export HESTIA=' /usr/local/hestia'
20+ PATH=$PATH :/usr/local/hestia/bin
21+ export PATH
22+ fi
23+
1824# Load upgrade functions and variables
1925source /usr/local/hestia/func/main.sh
2026source /usr/local/hestia/func/upgrade.sh
You can’t perform that action at this time.
0 commit comments