Release 2.11.4 - See CHANGELOG.md

This commit is contained in:
Dave Conroy
2022-03-15 10:29:37 -07:00
parent e5dea03d9e
commit c515e2aaa0
2 changed files with 7 additions and 1 deletions

View File

@@ -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