Skip to content

Commit 8b98527

Browse files
authored
Merge pull request #155 from miyurusankalpa/patch-1
fix missing ipv6 connectivity msg
2 parents 5c04cad + b92bc0a commit 8b98527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

check.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5558,7 +5558,7 @@ function checkIPConn() {
55585558
echo ''
55595559
echo -e " ${Font_SkyBlue}** Checking Results Under IPv6${Font_Suffix}"
55605560
if ! check_net_connctivity 6 ; then
5561-
echo -e "${Font_SkyBlue}No IPv4 Connectivity, IPv6 Test Skipped...${Font_Suffix}"
5561+
echo -e "${Font_SkyBlue}No IPv6 Connectivity, IPv6 Test Skipped...${Font_Suffix}"
55625562
USE_IPV6=0
55635563
return
55645564
fi

0 commit comments

Comments
 (0)