Fix missing fi

Signed-off-by: Christian König <ckoenig@posteo.de>
pull/4485/head
Christian König 2 years ago
parent 2a869419b4
commit 5729f64ddc
No known key found for this signature in database
GPG Key ID: 4CDA6F249DD2B485

@ -337,7 +337,7 @@ statusFunc() {
esac
return 0
fi
fi
# Determine if Pi-hole's blocking is enabled
if grep -q "BLOCKING_ENABLED=false" /etc/pihole/setupVars.conf; then
# A config is commented out

Loading…
Cancel
Save