mirror of
https://github.com/deajan/obackup.git
synced 2024-11-12 19:03:42 +01:00
Cannot use function before declaration
This commit is contained in:
parent
01725786f1
commit
075c673717
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user