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 c277bbaa..91e5a2ed 100755 --- a/config/unbound/unbound_monitor.sh +++ b/config/unbound/unbound_monitor.sh @@ -53,7 +53,7 @@ if [ "$1" = "stop" ]; then fi if [ -n "${PID}" ] && ps -p ${PID} | grep -q unbound_monitor.sh; then - echo "There are another unbound monitor proccess running" + echo "There is another unbound monitor process running" exit 0 fi |