|
|
@@ -19,13 +19,15 @@ domain=$2
|
|
|
# Includes
|
|
|
# shellcheck source=/usr/local/hestia/func/main.sh
|
|
|
# shellcheck source=/usr/local/hestia/func/domain.sh
|
|
|
-# shellcheck source=/usr/local/hestia/func/rebuild.sh
|
|
|
# shellcheck source=/usr/local/hestia/func/ip.sh
|
|
|
+# shellcheck source=/usr/local/hestia/func/rebuild.sh
|
|
|
+# shellcheck source=/usr/local/hestia/func/syshealth.sh
|
|
|
# shellcheck source=/usr/local/hestia/conf/hestia.conf
|
|
|
source $HESTIA/func/main.sh
|
|
|
source $HESTIA/func/domain.sh
|
|
|
-source $HESTIA/func/rebuild.sh
|
|
|
source $HESTIA/func/ip.sh
|
|
|
+source $HESTIA/func/rebuild.sh
|
|
|
+source $HESTIA/func/syshealth.sh
|
|
|
source $HESTIA/conf/hestia.conf
|
|
|
|
|
|
# Define mail user
|