From eef816146265f0a66df011ac968227d7920d1ec5 Mon Sep 17 00:00:00 2001 From: Otho Date: Mon, 16 Jan 2023 19:46:25 -0500 Subject: [PATCH] Fixed if bug. --- backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup.sh b/backup.sh index e8f1c9c..a5fd581 100755 --- a/backup.sh +++ b/backup.sh @@ -36,7 +36,7 @@ SNAPSHOT_DATASETS="" debug() { - if [ $BG_DEBUG_MODE = "TRUE" ]; do + if [ $BG_DEBUG_MODE = "TRUE" ]; then echo $@ fi }