Update squid/sup.sh

This commit is contained in:
Fred 2022-03-22 10:56:28 +00:00
parent 2d1e7912a9
commit 17a4903a7c

View File

@ -27,7 +27,7 @@ if [ -n "$supgethosts" ]; then
if [ $? = 0 ];then
echo "SUP: ACCESS ok $i"
error=0
break
break
else
echo "SUP: ERROR $i"
error=1