1
0
mirror of https://github.com/pi-hole/pi-hole synced 2024-11-18 06:08:21 +00:00

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