Fixed if bug.

This commit is contained in:
Otho 2023-01-16 19:46:25 -05:00
parent 923fca5795
commit eef8161462
Signed by: Otho
GPG Key ID: 16C720CD3BBE21D9

View File

@ -36,7 +36,7 @@ SNAPSHOT_DATASETS=""
debug()
{
if [ $BG_DEBUG_MODE = "TRUE" ]; do
if [ $BG_DEBUG_MODE = "TRUE" ]; then
echo $@
fi
}