Update pruebaRed.sh

Signed-off-by: Manuel Vergara <manuel@vergaracarmona.es>
This commit is contained in:
Manuel Vergara 2023-01-25 16:00:37 +01:00
parent 3d9ddcd3a6
commit 2f91f94173

View File

@ -39,7 +39,7 @@
then then
echo -e "\tNO EXISTE IPv4" echo -e "\tNO EXISTE IPv4"
else else
echo -e "\t: $ip_lan_wifi_4" echo -e "\tIPv4: $ip_lan_wifi_4"
fi fi
ip_lan_wifi_6=$(ip addr show wlo1 | grep 'inet6' | awk '{print $2}') ip_lan_wifi_6=$(ip addr show wlo1 | grep 'inet6' | awk '{print $2}')