mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-12-24 13:50:17 +00:00
Fix missing fi
Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
parent
2a869419b4
commit
5729f64ddc
1 changed files with 1 additions and 1 deletions
2
pihole
2
pihole
|
@ -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…
Reference in a new issue