Additional echo for waiting hour in backup

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

View file

@ -45,7 +45,7 @@ then
hour=$(date +"%H");
while [ "$hour" -gt "6" ]; do
current_date_time="`date "+%Y-%m-%d %H:%M:%S"`";
echo "$current_date_time - wait for backup user $user";
echo "$current_date_time - wait for backup user $user - hour $hour";
sleep 300
hour=$(date +"%H");
done