File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed
Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 1515# Argument definition
1616# format=${1-shell}
1717
18+ # Importing system environment as we run this script
19+ # mostly by cron wich do not read it by itself
20+ source /etc/profile
21+
1822# Includes
23+ # shellcheck source=/usr/local/hestia/func/main.sh
24+ source $HESTIA /func/main.sh
1925# shellcheck source=/usr/local/hestia/conf/hestia.conf
2026source $HESTIA /conf/hestia.conf
2127
28+
2229# ----------------------------------------------------------#
2330# Action #
2431# ----------------------------------------------------------#
Original file line number Diff line number Diff line change 1515# Argument definition
1616# format=${1-shell}
1717
18+ # Importing system environment as we run this script
19+ # mostly by cron wich do not read it by itself
20+ source /etc/profile
21+
1822# Includes
23+ # shellcheck source=/usr/local/hestia/func/main.sh
24+ source $HESTIA /func/main.sh
1925# shellcheck source=/usr/local/hestia/conf/hestia.conf
2026source $HESTIA /conf/hestia.conf
2127
You can’t perform that action at this time.
0 commit comments