mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-28 17:13:17 +00:00
Fixed swapped lines.
This commit is contained in:
parent
66b9d07bcb
commit
3df654586f
1 changed files with 1 additions and 1 deletions
|
@ -173,8 +173,8 @@ chooseInterface() {
|
|||
if [[ $firstloop -eq 1 ]]; then
|
||||
firstloop=0
|
||||
mode="ON"
|
||||
IPv4Array+=("$line" "available" "$mode")
|
||||
fi
|
||||
IPv4Array+=("$line" "available" "$mode")
|
||||
done <<< "$IPv4addresses"
|
||||
|
||||
# Find out how many IP addresses are available to choose from
|
||||
|
|
Loading…
Reference in a new issue