diff --git a/backup.sh b/backup.sh index 1ea5ea2..00160db 100755 --- a/backup.sh +++ b/backup.sh @@ -36,7 +36,7 @@ SNAPSHOT_DATASETS="" debug() { - if [ -z $BG_DEBUG_MODE || ! $BG_DEBUG_MODE = "TRUE" ]; then + if [ -z $BG_DEBUG_MODE | ! $BG_DEBUG_MODE = "TRUE" ]; then : else echo $@