Merge pull request #2225 from rrobgill/ftlinstall-local-vars

remove duplicate declaration in ftlinstall()
This commit is contained in:
Mark Drobnak 2018-06-06 19:51:06 -04:00 committed by GitHub
commit d9c924b472
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2028,7 +2028,6 @@ FTLinstall() {
local ftlBranch
local url
local ftlBranch
if [[ -f "/etc/pihole/ftlbranch" ]];then
ftlBranch=$(</etc/pihole/ftlbranch)