Fix indention

Co-authored-by: DL6ER <DL6ER@users.noreply.github.com>
pull/4485/head
yubiuser 2 years ago committed by GitHub
parent 71ebd64f4e
commit 5ef731fc57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -317,11 +317,11 @@ statusFunc() {
pid="$(getFTLPID)"
if [[ "$pid" -eq "-1" ]]; then
case "${1}" in
"web") echo "-1";;
*) echo -e " ${CROSS} DNS service is NOT running";;
esac
return 0
case "${1}" in
"web") echo "-1";;
*) echo -e " ${CROSS} DNS service is NOT running";;
esac
return 0
else
#get the port pihole-FTL is listening on
port="$(lsof -Pni UDP -p ${pid} -a | grep -m1 : | awk -F ":" '{print $2}')"

Loading…
Cancel
Save