mirror of
https://github.com/pi-hole/pi-hole
synced 2024-12-22 06:48:07 +00:00
Fix missing fi
Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
parent
2a869419b4
commit
5729f64ddc
2
pihole
2
pihole
@ -337,7 +337,7 @@ statusFunc() {
|
|||||||
esac
|
esac
|
||||||
return 0
|
return 0
|
||||||
fi
|
fi
|
||||||
|
fi
|
||||||
# Determine if Pi-hole's blocking is enabled
|
# Determine if Pi-hole's blocking is enabled
|
||||||
if grep -q "BLOCKING_ENABLED=false" /etc/pihole/setupVars.conf; then
|
if grep -q "BLOCKING_ENABLED=false" /etc/pihole/setupVars.conf; then
|
||||||
# A config is commented out
|
# A config is commented out
|
||||||
|
Loading…
Reference in New Issue
Block a user