File tree Expand file tree Collapse file tree 7 files changed +15
-0
lines changed
Expand file tree Collapse file tree 7 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,11 @@ if [ -z "$hestiaport" ]; then
3131fi
3232
3333# Includes
34+ # shellcheck /usr/local/hestia/func/main.sh
3435source $HESTIA /func/main.sh
36+ # shellcheck /usr/local/hestia/func/firewall.sh
3537source $HESTIA /func/firewall.sh
38+ # shellcheck /usr/local/hestia/conf/hestia.conf
3639source $HESTIA /conf/hestia.conf
3740
3841
Original file line number Diff line number Diff line change 1313
1414
1515# Includes
16+ # shellcheck /usr/local/hestia/func/main.sh
1617source $HESTIA /func/main.sh
18+ # shellcheck /usr/local/hestia/conf/hestia.conf
1719source $HESTIA /conf/hestia.conf
1820
1921# ----------------------------------------------------------#
Original file line number Diff line number Diff line change @@ -19,7 +19,9 @@ cronjob=$3
1919notify=$4
2020
2121# Includes
22+ # shellcheck /usr/local/hestia/func/main.sh
2223source $HESTIA /func/main.sh
24+ # shellcheck /usr/local/hestia/conf/hestia.conf
2325source $HESTIA /conf/hestia.conf
2426
2527# Perform verification if read-only mode is enabled
Original file line number Diff line number Diff line change @@ -19,7 +19,9 @@ database=$3
1919notify=$4
2020
2121# Includes
22+ # shellcheck /usr/local/hestia/func/main.sh
2223source $HESTIA /func/main.sh
24+ # shellcheck /usr/local/hestia/conf/hestia.conf
2325source $HESTIA /conf/hestia.conf
2426
2527# Perform verification if read-only mode is enabled
Original file line number Diff line number Diff line change @@ -19,7 +19,9 @@ domain=$3
1919notify=$4
2020
2121# Includes
22+ # shellcheck /usr/local/hestia/func/main.sh
2223source $HESTIA /func/main.sh
24+ # shellcheck /usr/local/hestia/conf/hestia.conf
2325source $HESTIA /conf/hestia.conf
2426
2527# Perform verification if read-only mode is enabled
Original file line number Diff line number Diff line change @@ -19,7 +19,9 @@ domain=$3
1919notify=$4
2020
2121# Includes
22+ # shellcheck /usr/local/hestia/func/main.sh
2223source $HESTIA /func/main.sh
24+ # shellcheck /usr/local/hestia/conf/hestia.conf
2325source $HESTIA /conf/hestia.conf
2426
2527# Perform verification if read-only mode is enabled
Original file line number Diff line number Diff line change @@ -19,7 +19,9 @@ domain=$3
1919notify=$4
2020
2121# Includes
22+ # shellcheck /usr/local/hestia/func/main.sh
2223source $HESTIA /func/main.sh
24+ # shellcheck /usr/local/hestia/conf/hestia.conf
2325source $HESTIA /conf/hestia.conf
2426
2527# Perform verification if read-only mode is enabled
You can’t perform that action at this time.
0 commit comments