Fixed debug function bug.

This commit is contained in:
Otho 2023-01-16 20:15:56 -05:00
parent 18e0a85aeb
commit 1858eec1c6
Signed by: Otho
GPG Key ID: 16C720CD3BBE21D9

View File

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