From 65ff457961412d17e19d2c0d09ca05753415c5fa Mon Sep 17 00:00:00 2001 From: Molly Lau Date: Thu, 8 Dec 2022 23:37:23 +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 47e15af..881b919 100644 --- a/Linux_reinstall/InstallNET.sh +++ b/Linux_reinstall/InstallNET.sh @@ -923,7 +923,7 @@ if [[ "$setNet" == "0" ]]; then # Intercept the A and B class of the current ip address of gateway. tmpIpGateFirst=`echo "$minIpGate" | cut -d'.' -f 1,2` tmpIpGateThird=`echo "$minIpGate" | cut -d'.' -f 3` -# If the class A and B number of the current local ip address is as same as current gateway, this gateway may a valid one. +# If the class A and B class of the current local ip address is as same as current gateway, this gateway may a valid one. [[ "$FrFirst" == "$tmpIpGateFirst" ]] && { if [[ "$FrThird" == "$tmpIpGateThird" ]]; then ipGate="$FirstRoute"