From af65bd47c1e5df346a679476c361e63091492edd Mon Sep 17 00:00:00 2001 From: Manuel Vergara Date: Mon, 11 Mar 2024 15:40:44 +0100 Subject: [PATCH] Update pruebaRed.sh --- 01_bash/pruebaRed.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01_bash/pruebaRed.sh b/01_bash/pruebaRed.sh index 37fa5f6..89f004d 100755 --- a/01_bash/pruebaRed.sh +++ b/01_bash/pruebaRed.sh @@ -306,7 +306,7 @@ main_menu() { read -p "Ingrese el número de la opción deseada: " choice case $choice in 1) check_connection ;; - 2) check_websites ;; + 2) check_websites "${websites[@]}" ;; 3) get_interfaces ;; 4) get_public_ip_info ;; 5) nordvpn_status ;;