Skip to content

Commit

Permalink
Properly handle BACKUP_BEGIN plus values
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed Nov 7, 2023
1 parent 57193cc commit 11205be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/assets/dbbackup/template-dbbackup/run
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 11205be

Please sign in to comment.