From 3e4c851c3e5c51c78060ae3718c3d3174aa2c69f Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Fri, 3 Jun 2022 11:13:36 +0200 Subject: [PATCH] mysql: match default value to documentation, in evomariabackup --- mysql/files/evomariabackup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql/files/evomariabackup.sh b/mysql/files/evomariabackup.sh index 6e3bbe72..37343f0f 100644 --- a/mysql/files/evomariabackup.sh +++ b/mysql/files/evomariabackup.sh @@ -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}"