Merge branch 'fredbcode-master-patch-85033' into 'master'

Update squid/sup.sh

See merge request fredbcode-images/squid!17
This commit is contained in:
Fred 2022-03-22 10:58:38 +00:00
commit 1a770717e9

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