mysql: match default value to documentation, in evomariabackup

This commit is contained in:
Jérémy Lecour 2022-06-03 11:13:36 +02:00 committed by Jérémy Lecour
parent 8753f59823
commit 3e4c851c3e
1 changed files with 1 additions and 1 deletions

View File

@ -651,7 +651,7 @@ done
lock_file="${lock_file:-/run/lock/evomariabackup.lock}"
verbose=${verbose:-0}
quiet=${quiet:-0}
max_age="${max_age:-86400}"
max_age="${max_age:-1d}"
do_backup="${do_backup:-1}"
do_dircheck="${do_dircheck:-0}"
do_compress="${do_compress:-0}"