Update pruebaRed.sh

This commit is contained in:
Manuel Vergara 2024-03-11 15:40:44 +01:00
parent 8008cca3b1
commit af65bd47c1

View File

@ -306,7 +306,7 @@ main_menu() {
read -p "Ingrese el número de la opción deseada: " choice read -p "Ingrese el número de la opción deseada: " choice
case $choice in case $choice in
1) check_connection ;; 1) check_connection ;;
2) check_websites ;; 2) check_websites "${websites[@]}" ;;
3) get_interfaces ;; 3) get_interfaces ;;
4) get_public_ip_info ;; 4) get_public_ip_info ;;
5) nordvpn_status ;; 5) nordvpn_status ;;