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 8f2baae commit 61fe8fcCopy full SHA for 61fe8fc
bin/v-backup-users
@@ -22,6 +22,9 @@ source $VESTA/conf/vesta.conf
22
# Action #
23
#----------------------------------------------------------#
24
25
+if [ -z "$BACKUP_SYSTEM" ]; then
26
+ exit
27
+fi
28
for user in $(ls $VESTA/data/users); do
29
check_suspend=$(grep "SUSPENDED='no'" $VESTA/data/users/$user/user.conf)
30
log=$VESTA/log/backup.log
0 commit comments