|
|
@@ -31,8 +31,11 @@ if [ -z "$hestiaport" ]; then
|
|
|
fi
|
|
|
|
|
|
# Includes
|
|
|
+# shellcheck /usr/local/hestia/func/main.sh
|
|
|
source $HESTIA/func/main.sh
|
|
|
+# shellcheck /usr/local/hestia/func/firewall.sh
|
|
|
source $HESTIA/func/firewall.sh
|
|
|
+# shellcheck /usr/local/hestia/conf/hestia.conf
|
|
|
source $HESTIA/conf/hestia.conf
|
|
|
|
|
|
|