Merge branch 'fredbcode-master-patch-39513' into 'master'
Update squid/run.sh See merge request fredbcode-images/squid!6
This commit is contained in:
commit
5338411443
@ -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 &
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user