From edf628a6b186a6206818c9a1ae2b62b1e97ee972 Mon Sep 17 00:00:00 2001 From: Richard Adams Date: Mon, 30 Jul 2012 21:50:37 -0300 Subject: Update config/squid-reverse/proxy_monitor.sh --- config/squid-reverse/proxy_monitor.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3