Skip to content

Commit

Permalink
Merge pull request #155 from miyurusankalpa/patch-1
Browse files Browse the repository at this point in the history
fix missing ipv6 connectivity msg
  • Loading branch information
lmc999 authored Jan 2, 2025
2 parents 5c04cad + b92bc0a commit 8b98527
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 8b98527

Please sign in to comment.