Fixed debug function bug.

This commit is contained in:
Otho 2023-01-16 20:05:29 -05:00
parent 10a77e25fc
commit e67e105676
Signed by: Otho
GPG Key ID: 16C720CD3BBE21D9

View File

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