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"