mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-12-01 02:23:21 +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
|
if [[ $firstloop -eq 1 ]]; then
|
||||||
firstloop=0
|
firstloop=0
|
||||||
mode="ON"
|
mode="ON"
|
||||||
IPv4Array+=("$line" "available" "$mode")
|
|
||||||
fi
|
fi
|
||||||
|
IPv4Array+=("$line" "available" "$mode")
|
||||||
done <<< "$IPv4addresses"
|
done <<< "$IPv4addresses"
|
||||||
|
|
||||||
# Find out how many IP addresses are available to choose from
|
# Find out how many IP addresses are available to choose from
|
||||||
|
|
Loading…
Reference in a new issue