Skip to content

Commit 9eca029

Browse files
authored
Adding call for function wait_for_backup_if_it_is_not_time_for_backup
1 parent 4814e7a commit 9eca029

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/v-backup-users

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ for user in $(grep '@' /etc/passwd |cut -f1 -d:); do
3131
if [ ! -f "$VESTA/data/users/$user/user.conf" ]; then
3232
continue;
3333
fi
34+
wait_for_backup_if_it_is_not_time_for_backup
3435
check_suspend=$(grep "SUSPENDED='no'" $VESTA/data/users/$user/user.conf)
3536
log=$VESTA/log/backup.log
3637
if [ ! -z "$check_suspend" ]; then

0 commit comments

Comments
 (0)