Forgot to set keep_logging back to a normal value after tests

This commit is contained in:
deajan 2015-04-20 14:12:24 +02:00
parent 37c0f956ea
commit 6f467a05b0
1 changed files with 1 additions and 1 deletions

View File

@ -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