Removed keep logging

This commit is contained in:
deajan 2016-08-16 21:13:21 +02:00
parent ce841a29ac
commit 9ca9ab6ed0
1 changed files with 1 additions and 4 deletions

View File

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