Skip to content

Commit

Permalink
fix missing ipv6 connectivity msg
Browse files Browse the repository at this point in the history
fixed the IPv6 connectivity check message, where is said "No IPv4" previously.
  • Loading branch information
miyurusankalpa authored Dec 31, 2024
1 parent 5c04cad commit b92bc0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5558,7 +5558,7 @@ function checkIPConn() {
echo ''
echo -e " ${Font_SkyBlue}** Checking Results Under IPv6${Font_Suffix}"
if ! check_net_connctivity 6 ; then
echo -e "${Font_SkyBlue}No IPv4 Connectivity, IPv6 Test Skipped...${Font_Suffix}"
echo -e "${Font_SkyBlue}No IPv6 Connectivity, IPv6 Test Skipped...${Font_Suffix}"
USE_IPV6=0
return
fi
Expand Down

0 comments on commit b92bc0a

Please sign in to comment.