Inlcude port also in cli output
Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
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
|
||||||
|
Reference in New Issue
Block a user