mirror of
https://github.com/tiredofit/docker-db-backup.git
synced 2025-12-21 21:33:28 +01:00
Merge pull request #120 from joergmschulz/patch-1
small typo / exiting instead of exitting
This commit is contained in:
@@ -80,7 +80,7 @@ while true; do
|
|||||||
cleanup_old_data
|
cleanup_old_data
|
||||||
|
|
||||||
if var_true "${manual}" ; then
|
if var_true "${manual}" ; then
|
||||||
print_debug "Exitting due to manual mode"
|
print_debug "Exiting due to manual mode"
|
||||||
exit ${master_exit_code};
|
exit ${master_exit_code};
|
||||||
else
|
else
|
||||||
print_notice "Sleeping for another $(($DB_DUMP_FREQ*60-backup_total_time)) seconds. Waking up at $(date -d@"$(( $(date +%s)+$(($DB_DUMP_FREQ*60-backup_total_time))))" +"%Y-%m-%d %T %Z") "
|
print_notice "Sleeping for another $(($DB_DUMP_FREQ*60-backup_total_time)) seconds. Waking up at $(date -d@"$(( $(date +%s)+$(($DB_DUMP_FREQ*60-backup_total_time))))" +"%Y-%m-%d %T %Z") "
|
||||||
|
|||||||
Reference in New Issue
Block a user