aboutsummaryrefslogtreecommitdiffstats
path: root/config/unbound
diff options
context:
space:
mode:
Diffstat (limited to 'config/unbound')
-rwxr-xr-xconfig/unbound/unbound_monitor.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/unbound/unbound_monitor.sh b/config/unbound/unbound_monitor.sh
index 95cc73f8..042866be 100755
--- a/config/unbound/unbound_monitor.sh
+++ b/config/unbound/unbound_monitor.sh
@@ -43,7 +43,7 @@ fi
PROCS=`/bin/pgrep -f unbound_monitor.sh | wc -l | awk '{print $1}'`
-if [ ${PROCS} -gt 2 ]; then
+if [ ${PROCS} -gt 1 ]; then
echo "There are another unbound monitor proccess running"
exit 0
fi