Fixed debug function bug.

This commit is contained in:
Otho 2023-01-16 20:06:27 -05:00
parent e67e105676
commit 3486435f11
Signed by: Otho
GPG Key ID: 16C720CD3BBE21D9

View File

@ -36,7 +36,7 @@ SNAPSHOT_DATASETS=""
debug() debug()
{ {
if [ -z $BG_DEBUG_MODE -or ! $BG_DEBUG_MODE = "TRUE" ]; then if [ -z $BG_DEBUG_MODE -o $BG_DEBUG_MODE != "TRUE" ]; then
: :
else else
echo $@ echo $@