mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 10:43:55 +00:00
Inlcude port also in cli output
Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
parent
f45248df80
commit
2b52f92647
1 changed files with 2 additions and 1 deletions
3
pihole
3
pihole
|
@ -350,7 +350,8 @@ statusFunc() {
|
||||||
# Configs are set
|
# Configs are set
|
||||||
case "${1}" in
|
case "${1}" in
|
||||||
"web") echo "$port";;
|
"web") echo "$port";;
|
||||||
*) echo -e " ${TICK} Pi-hole blocking is enabled";;
|
*) echo -e " ${TICK} Pi-hole blocking is enabled. FTL is listening on port ${port}"
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
else
|
else
|
||||||
# No configs were found
|
# No configs were found
|
||||||
|
|
Loading…
Reference in a new issue