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

View File

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