mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-01-11 14:34:44 +00:00
0 is not 1!!
Signed-off-by: Adam Warner <adamw@rner.email>
This commit is contained in:
parent
e946a35b18
commit
a07891e3e6
1 changed files with 1 additions and 1 deletions
|
@ -1973,7 +1973,7 @@ FTLcheckUpdate()
|
||||||
|
|
||||||
# if dnsmasq is running at this point, force reinstall of FTL Binary
|
# if dnsmasq is running at this point, force reinstall of FTL Binary
|
||||||
if check_service_active "dnsmasq";then
|
if check_service_active "dnsmasq";then
|
||||||
return 1
|
return 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ ! "${ftlBranch}" == "master" ]]; then
|
if [[ ! "${ftlBranch}" == "master" ]]; then
|
||||||
|
|
Loading…
Reference in a new issue