Update squid/run.sh
This commit is contained in:
parent
1fc6c8e7fd
commit
f046498321
@ -25,7 +25,13 @@ done
|
|||||||
|
|
||||||
# check sup once before starting
|
# check sup once before starting
|
||||||
# if env sup
|
# 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
|
# Run sup: IN BACKGROUND
|
||||||
/squid/sup.sh &
|
/squid/sup.sh &
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user