We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d27325 commit b850b40Copy full SHA for b850b40
bin/v-restore-user
@@ -39,13 +39,15 @@ fi
39
# shellcheck source=/usr/local/hestia/func/ip.sh
40
# shellcheck source=/usr/local/hestia/func/db.sh
41
# shellcheck source=/usr/local/hestia/func/rebuild.sh
42
+# shellcheck source=/usr/local/hestia/func/syshealth.sh
43
# shellcheck source=/usr/local/hestia/conf/hestia.conf
44
source $HESTIA/func/main.sh
45
source $HESTIA/func/backup.sh
46
source $HESTIA/func/domain.sh
47
source $HESTIA/func/ip.sh
48
source $HESTIA/func/db.sh
49
source $HESTIA/func/rebuild.sh
50
+source $HESTIA/func/syshealth.sh
51
source $HESTIA/conf/hestia.conf
52
53
0 commit comments