aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/squid3/proxy_monitor.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/squid3/proxy_monitor.sh b/config/squid3/proxy_monitor.sh
index 41c16129..470c4d94 100644
--- a/config/squid3/proxy_monitor.sh
+++ b/config/squid3/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