mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +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
|
||||
case "${1}" in
|
||||
"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
|
||||
else
|
||||
# No configs were found
|
||||
|
|
Loading…
Reference in a new issue