From 66b4bc6a594e8de0f886fd3ca2f2532682c28e80 Mon Sep 17 00:00:00 2001 From: Fred Date: Wed, 8 Mar 2023 09:13:50 +0000 Subject: [PATCH] Update sup --- squid/sup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/squid/sup.sh b/squid/sup.sh index 27c3756..2ec76fa 100644 --- a/squid/sup.sh +++ b/squid/sup.sh @@ -21,7 +21,7 @@ if [ -n "$supicaphost" ]; then fi fi -if [ -n "$supgethosts" ] && [ "error" == 0 ]; then +if [ -n "$supgethosts" ] && [ "$error" == 0 ]; then for i in ${supgethosts[@]} do echo "CHECK: $i"