From 3df654586fb9a73ab1366d2db198a65bb15676a8 Mon Sep 17 00:00:00 2001 From: ryt51V Date: Sat, 27 Feb 2016 22:37:44 +0000 Subject: [PATCH] Fixed swapped lines. --- automated install/basic-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index da910855..d11e8b7f 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -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