We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57193cc commit 11205beCopy full SHA for 11205be
install/assets/dbbackup/template-dbbackup/run
@@ -24,7 +24,7 @@ else
24
25
if [[ "${backup_job_backup_begin}" =~ ^\+(.*)$ ]]; then
26
print_debug "BACKUP_BEGIN is a jump of minute starting with +"
27
- timer plus_value
+ timer plusvalue
28
elif [[ "${backup_job_backup_begin}" =~ ^[0-9]{4}$ ]]; then
29
print_debug "BACKUP_BEGIN is a HHMM value"
30
timer time
0 commit comments