From 9ca9ab6ed0ce5c5a646b047fdd4f651183247888 Mon Sep 17 00:00:00 2001 From: deajan Date: Tue, 16 Aug 2016 21:13:21 +0200 Subject: [PATCH] Removed keep logging --- dev/ofunctions.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dev/ofunctions.sh b/dev/ofunctions.sh index 1ce0f93..9de93af 100644 --- a/dev/ofunctions.sh +++ b/dev/ofunctions.sh @@ -1,6 +1,6 @@ #### MINIMAL-FUNCTION-SET BEGIN #### -## FUNC_BUILD=2016081602 +## FUNC_BUILD=2016081603 ## BEGIN Generic functions for osync & obackup written in 2013-2016 by Orsiris de Jong - http://www.netpower.fr - ozy@netpower.fr ## type -p does not work on platforms other than linux (bash). If if does not work, always assume output is not a zero exitcode @@ -9,9 +9,6 @@ if ! type "$BASH" > /dev/null; then exit 127 fi -## Log a state message every $KEEP_LOGGING seconds. Should not be equal to soft or hard execution time so your log will not be unnecessary big. -KEEP_LOGGING=1801 - ## Correct output of sort command (language agnostic sorting) export LC_ALL=C