Cannot use function before declaration

This commit is contained in:
deajan 2016-08-16 22:53:22 +02:00
parent 01725786f1
commit 075c673717
1 changed files with 1 additions and 2 deletions

View File

@ -20,8 +20,7 @@ _DRYRUN=0
_SILENT=0
_LOGGER_PREFIX="date"
_LOGGER_STDERR=0
if [ $(isNumeric "$KEEP_LOGGING") -ne 1 ]; then
if [ "$KEEP_LOGGING" == "" ]; then
KEEP_LOGGING=1801
fi