Update file sup.sh

This commit is contained in:
Fred 2023-03-08 11:20:03 +00:00
parent 66b4bc6a59
commit 5c83c866a0

View File

@ -39,7 +39,7 @@ fi
# Sup error because no OK before
if [ "$error" = 1 ];then
echo "SUP ERROR"
echo "SUP ERROR: stop squid"
pkill squid
exit 1
fi