Fix missing fi

Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
Christian König 2021-12-28 12:21:31 +01:00
parent 2a869419b4
commit 5729f64ddc
No known key found for this signature in database
GPG key ID: 4CDA6F249DD2B485

2
pihole
View file

@ -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