fix for backup wait

This commit is contained in:
dpeca 2018-09-10 02:18:43 +02:00 committed by GitHub
commit 67a081f7fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,6 +47,7 @@ hour=$(date +"%H");
current_date_time="`date "+%Y-%m-%d %H:%M:%S"`";
echo "$current_date_time - wait for backup user $user";
sleep 300
hour=$(date +"%H");
done
fi