Properly handle BACKUP_BEGIN plus values

This commit is contained in:
Dave Conroy
2023-11-07 12:00:19 -08:00
parent 57193cc824
commit 11205be091

View File

@@ -24,7 +24,7 @@ else
if [[ "${backup_job_backup_begin}" =~ ^\+(.*)$ ]]; then
print_debug "BACKUP_BEGIN is a jump of minute starting with +"
timer plus_value
timer plusvalue
elif [[ "${backup_job_backup_begin}" =~ ^[0-9]{4}$ ]]; then
print_debug "BACKUP_BEGIN is a HHMM value"
timer time