From 2f91f9417381670862779dd485193eb3b53af882 Mon Sep 17 00:00:00 2001 From: Manuel Vergara Date: Wed, 25 Jan 2023 16:00:37 +0100 Subject: [PATCH] Update pruebaRed.sh Signed-off-by: Manuel Vergara --- src/pruebaRed.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}')