mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-01-12 06:54:53 +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
|
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 a new issue