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

Update squid/run.sh

See merge request fredbcode-images/squid!6
This commit is contained in:
Fred 2022-01-31 13:01:07 +00:00
commit 5338411443

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 &