diff --git a/src/pruebaRed.sh b/src/pruebaRed.sh index e1b0325..deae4e0 100755 --- a/src/pruebaRed.sh +++ b/src/pruebaRed.sh @@ -39,7 +39,7 @@ then echo -e "\tNO EXISTE IPv4" else - echo -e "\t: $ip_lan_wifi_4" + echo -e "\tIPv4: $ip_lan_wifi_4" fi ip_lan_wifi_6=$(ip addr show wlo1 | grep 'inet6' | awk '{print $2}')