mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 05:44:08 -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");
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue