diff --git a/CHANGELOG.md b/CHANGELOG.md index 4300842..b548fc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 2.11.4 2022-03-15 + + ### Added + - Add debug statement around the scheduling component + + ## 2.11.3 2022-02-09 ### Changed diff --git a/install/etc/services.available/10-db-backup/run b/install/etc/services.available/10-db-backup/run index d4f5ad4..7cb0237 100755 --- a/install/etc/services.available/10-db-backup/run +++ b/install/etc/services.available/10-db-backup/run @@ -443,7 +443,7 @@ print_debug "Backup routines Initialized on $(date)" fi waittime=$(($target_time - $current_time)) fi - + print_debug "Wait Time: ${waittime} Target time: ${target_time} Current Time: ${current_time}" print_notice "Next Backup at $(date -d @${target_time} +"%Y-%m-%d %T %Z")" sleep $waittime fi