Update squid/run.sh

This commit is contained in:
Fred 2022-01-31 10:29:02 +00:00
parent 1fc6c8e7fd
commit f046498321

View File

@ -25,7 +25,13 @@ done
# check sup once before starting
# if env sup
/run.sh
case $? in
1) exit 1;;
2) exit 1;;
*) echo -e "Sup ok or no sup";;
esac
shift
# Run sup: IN BACKGROUND
/squid/sup.sh &