From 8952f3a0940b2daae3855409120e286155d877f3 Mon Sep 17 00:00:00 2001 From: Molly Lau Date: Sun, 13 Aug 2023 22:05:26 +0900 Subject: [PATCH] Update InstallNET.sh --- Linux_reinstall/InstallNET.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Linux_reinstall/InstallNET.sh b/Linux_reinstall/InstallNET.sh index 73145c3..58d1112 100644 --- a/Linux_reinstall/InstallNET.sh +++ b/Linux_reinstall/InstallNET.sh @@ -1467,7 +1467,7 @@ function collectAllIpv6Addresses() { i6Addrs[${#i6Addrs[@]}]=$tmpIp6 done if [[ "$IPStackType" == "IPv6Stack" ]] || [[ "$IPStackType" == "BiStack" && -n "$interface4" && -n "$interface6" && "$interface4" != "$interface6" ]]; then -# A sample result of the following programmed "for" loops: +# A sample result of the following arrays which were programmed by "for" loops: # # ${i6Addrs[@]} : 2606:a8c0:3:6f::b/64 2606:a8c0:3:6f::a/64 2606:a8c0:3::64/128 # ${allI6AddrsWithoutSuffix[@]} : 2606:a8c0:3:6f::b 2606:a8c0:3:6f::a 2606:a8c0:3::64