diff options
Diffstat (limited to 'config/squid-reverse')
-rw-r--r-- | config/squid-reverse/proxy_monitor.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/squid-reverse/proxy_monitor.sh b/config/squid-reverse/proxy_monitor.sh index 5efe8639..edf6b68e 100644 --- a/config/squid-reverse/proxy_monitor.sh +++ b/config/squid-reverse/proxy_monitor.sh @@ -28,7 +28,7 @@ # IS_RUNNING=`ps awx |grep -c "[p]roxy_monitor.sh"` -if [ $IS_RUNNING -gt 0 ]; then +if [ $IS_RUNNING -gt 1 ]; then exit 0 fi |