Skip to content

Commit 11205be

Browse files
committed
Properly handle BACKUP_BEGIN plus values
1 parent 57193cc commit 11205be

File tree

1 file changed

+1
-1
lines changed
  • install/assets/dbbackup/template-dbbackup

1 file changed

+1
-1
lines changed

install/assets/dbbackup/template-dbbackup/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ else
2424

2525
if [[ "${backup_job_backup_begin}" =~ ^\+(.*)$ ]]; then
2626
print_debug "BACKUP_BEGIN is a jump of minute starting with +"
27-
timer plus_value
27+
timer plusvalue
2828
elif [[ "${backup_job_backup_begin}" =~ ^[0-9]{4}$ ]]; then
2929
print_debug "BACKUP_BEGIN is a HHMM value"
3030
timer time

0 commit comments

Comments
 (0)