diff options
Diffstat (limited to 'config')
-rwxr-xr-x | config/unbound/unbound_monitor.sh | 2 |
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 |