Merge pull request #120 from joergmschulz/patch-1

small typo / exiting instead of exitting
This commit is contained in:
Dave Conroy
2022-04-21 14:18:43 -07:00
committed by GitHub

View File

@@ -80,7 +80,7 @@ while true; do
cleanup_old_data
if var_true "${manual}" ; then
print_debug "Exitting due to manual mode"
print_debug "Exiting due to manual mode"
exit ${master_exit_code};
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") "