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

@@ -1,3 +1,9 @@
## 2.11.5 2022-03-15 <dave at tiredofit dot ca>
### Added
- Add additional debug statements
## 2.11.4 2022-03-15 <dave at tiredofit dot ca> ## 2.11.4 2022-03-15 <dave at tiredofit dot ca>
### Added ### Added

View File

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