|
@@ -39,9 +39,13 @@ domain=$domain
|
|
|
domain_idn=$(idn -t --quiet -a "$domain")
|
|
domain_idn=$(idn -t --quiet -a "$domain")
|
|
|
|
|
|
|
|
# Includes
|
|
# Includes
|
|
|
|
|
+# shellcheck source=/usr/local/hestia/func/main.sh
|
|
|
source $HESTIA/func/main.sh
|
|
source $HESTIA/func/main.sh
|
|
|
|
|
+# shellcheck source=/usr/local/hestia/func/domain.sh
|
|
|
source $HESTIA/func/domain.sh
|
|
source $HESTIA/func/domain.sh
|
|
|
|
|
+# shellcheck source=/usr/local/hestia/func/ip.sh
|
|
|
source $HESTIA/func/ip.sh
|
|
source $HESTIA/func/ip.sh
|
|
|
|
|
+# shellcheck source=/usr/local/hestia/conf/hestia.conf
|
|
|
source $HESTIA/conf/hestia.conf
|
|
source $HESTIA/conf/hestia.conf
|
|
|
|
|
|
|
|
# Additional argument formatting
|
|
# Additional argument formatting
|