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

0 is not 1!!

Signed-off-by: Adam Warner <adamw@rner.email>
This commit is contained in:
Adam Warner 2018-04-30 23:53:51 +01:00
parent e946a35b18
commit a07891e3e6
No known key found for this signature in database
GPG Key ID: F5410858022DA5EB

View File

@ -1973,7 +1973,7 @@ FTLcheckUpdate()
# if dnsmasq is running at this point, force reinstall of FTL Binary
if check_service_active "dnsmasq";then
return 1
return 0
fi
if [[ ! "${ftlBranch}" == "master" ]]; then