From 6f467a05b0df647f0f22e13c1c57a421b802ee0d Mon Sep 17 00:00:00 2001 From: deajan Date: Mon, 20 Apr 2015 14:12:24 +0200 Subject: [PATCH] Forgot to set keep_logging back to a normal value after tests --- obackup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/obackup.sh b/obackup.sh index c18d1df..a24144c 100755 --- a/obackup.sh +++ b/obackup.sh @@ -51,7 +51,7 @@ fi PARTIAL_DIR=".obackup_workdir_partial" ## Log a state message every $KEEP_LOGGING seconds. Should generally not be equal to soft or hard execution time so your log won't be unnecessary big. -KEEP_LOGGING=6 +KEEP_LOGGING=1801 ## Correct output of all system commands (language agnostic) export LC_ALL=C