From 4bd38fe7f0d382cc43f15e0478cc037b74cb48ee Mon Sep 17 00:00:00 2001 From: rootzoll Date: Fri, 27 Aug 2021 20:19:16 +0200 Subject: [PATCH] fix synatx --- home.admin/config.scripts/blitz.debug.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.admin/config.scripts/blitz.debug.sh b/home.admin/config.scripts/blitz.debug.sh index f4e540964..2dcb35b2d 100755 --- a/home.admin/config.scripts/blitz.debug.sh +++ b/home.admin/config.scripts/blitz.debug.sh @@ -225,7 +225,7 @@ else echo "" fi -if [ "${thunderhub}" == "" ] || [ "${thunderhub}" == "off" ]; then +if [ "${thunderhub}" == "" ] || [ "${thunderhub}" == "0" ] | [ "${thunderhub}" == "off" ]; then echo "- Thunderhub is OFF by config" else echo ""