mirror of
https://github.com/myvesta/vesta
synced 2025-08-20 13:24:25 -07:00
Additional echo for waiting hour in backup
This commit is contained in:
parent
67a081f7fc
commit
ce4292da1d
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ then
|
||||||
hour=$(date +"%H");
|
hour=$(date +"%H");
|
||||||
while [ "$hour" -gt "6" ]; do
|
while [ "$hour" -gt "6" ]; do
|
||||||
current_date_time="`date "+%Y-%m-%d %H:%M:%S"`";
|
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
|
sleep 300
|
||||||
hour=$(date +"%H");
|
hour=$(date +"%H");
|
||||||
done
|
done
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue