mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
Merge pull request #2225 from rrobgill/ftlinstall-local-vars
remove duplicate declaration in ftlinstall()
This commit is contained in:
commit
d9c924b472
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue