Release 2.11.5 - See CHANGELOG.md

This commit is contained in:
Dave Conroy
2022-03-15 14:35:57 -07:00
parent c515e2aaa0
commit dbaeeabd53
2 changed files with 7 additions and 0 deletions

View File

@@ -529,6 +529,7 @@ print_debug "Backup routines Initialized on $(date)"
if var_true $MANUAL ; then
exit 0;
else
print_debug "Sleeping until $(($DB_DUMP_FREQ*60))"
sleep $(($DB_DUMP_FREQ*60))
fi