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

Update squid/run.sh

See merge request fredbcode-images/squid!14
This commit is contained in:
Fred 2022-03-17 12:07:18 +00:00
commit 8c8ed2c950

View File

@ -23,17 +23,14 @@ do
sleep 1
done
# check sup once before starting
# if env sup
/run.sh
# Run sup: IN BACKGROUND
/squid/sup.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 &
if [ $(grep -c "\-s\ /certs" /etc/squid/squid.conf) -ne 0 ];then
if [ ! -d /certs/ssl_db ]; then