1
0
mirror of https://github.com/deajan/obackup.git synced 2024-10-03 18:13:40 +02:00

Cannot use function before declaration

This commit is contained in:
deajan 2016-08-16 22:53:22 +02:00
parent 01725786f1
commit 075c673717

View File

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