mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 10:43:55 +00:00
Bugfix if multiple interfaces are present
This commit is contained in:
parent
52d06d906e
commit
f599bcfef9
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ chooseInterface() {
|
|||
local firstLoop=1
|
||||
|
||||
if [[ $(echo "${availableInterfaces}" | wc -l) -eq 1 ]]; then
|
||||
PIHOLE_INTERFACE=${availableInterfaces}
|
||||
PIHOLE_INTERFACE="${availableInterfaces}"
|
||||
return
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue