mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
Remove double text output
Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
parent
bcb59159ed
commit
3989cc19e9
1 changed files with 0 additions and 1 deletions
1
pihole
1
pihole
|
@ -285,7 +285,6 @@ Options:
|
||||||
analyze_ports() {
|
analyze_ports() {
|
||||||
# FTL is listening at least on at least one port when this
|
# FTL is listening at least on at least one port when this
|
||||||
# function is getting called
|
# function is getting called
|
||||||
echo -e " ${TICK} DNS service is listening on port 53"
|
|
||||||
# Check individual address family/protocol combinations
|
# Check individual address family/protocol combinations
|
||||||
# For a healthy Pi-hole, they should all be up (nothing printed)
|
# For a healthy Pi-hole, they should all be up (nothing printed)
|
||||||
if grep -q "IPv4.*UDP" <<< "${1}"; then
|
if grep -q "IPv4.*UDP" <<< "${1}"; then
|
||||||
|
|
Loading…
Reference in a new issue