diff --git a/pihole b/pihole index 7021ab0a..a8442edd 100755 --- a/pihole +++ b/pihole @@ -185,7 +185,7 @@ piholeLogging() { } piholeStatus() { - if [[ $(netstat -plnt | grep -c ':53') > 0 ]]; then + if [[ $(netstat -plnt | grep -c ':53 ') > 0 ]]; then if [[ "${1}" != "web" ]] ; then echo "::: DNS service is running" fi