aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Adams <podilarius@yahoo.com>2012-07-30 21:56:26 -0300
committerRichard Adams <podilarius@yahoo.com>2012-07-30 21:56:26 -0300
commite0e7173fd20b9dd7932010ecf7e9dbf64268ddca (patch)
tree1e061cc1de765f0fef3772b42b92392f316c6035
parent902c61950af6b8ea8263a02232bb0b4f59c10e9e (diff)
downloadpfsense-packages-e0e7173fd20b9dd7932010ecf7e9dbf64268ddca.tar.gz
pfsense-packages-e0e7173fd20b9dd7932010ecf7e9dbf64268ddca.tar.bz2
pfsense-packages-e0e7173fd20b9dd7932010ecf7e9dbf64268ddca.zip
Update config/squid3/proxy_monitor.sh
-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