Skip to content

Commit b850b40

Browse files
author
Kristan Kenney
committed
Import syshealth functions to v-restore-user
1 parent 6d27325 commit b850b40

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bin/v-restore-user

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,15 @@ fi
3939
# shellcheck source=/usr/local/hestia/func/ip.sh
4040
# shellcheck source=/usr/local/hestia/func/db.sh
4141
# shellcheck source=/usr/local/hestia/func/rebuild.sh
42+
# shellcheck source=/usr/local/hestia/func/syshealth.sh
4243
# shellcheck source=/usr/local/hestia/conf/hestia.conf
4344
source $HESTIA/func/main.sh
4445
source $HESTIA/func/backup.sh
4546
source $HESTIA/func/domain.sh
4647
source $HESTIA/func/ip.sh
4748
source $HESTIA/func/db.sh
4849
source $HESTIA/func/rebuild.sh
50+
source $HESTIA/func/syshealth.sh
4951
source $HESTIA/conf/hestia.conf
5052

5153

0 commit comments

Comments
 (0)