mirror of
https://github.com/pi-hole/pi-hole
synced 2025-01-03 12:40:56 +00:00
Merge pull request #2225 from rrobgill/ftlinstall-local-vars
remove duplicate declaration in ftlinstall()
This commit is contained in:
commit
d9c924b472
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user