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

remove duplicate declaration in ftlinstall()
pull/2004/head^2
Mark Drobnak 6 years ago committed by GitHub
commit d9c924b472
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save