From 17a706c5e39e85f2a9197161d7f2d269edf2d735 Mon Sep 17 00:00:00 2001 From: RaspbianProyect by HP3ICC Date: Thu, 25 May 2023 04:59:18 +0000 Subject: [PATCH] Update menu.sh --- menu.sh | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/menu.sh b/menu.sh index b8d1658..fdeeba6 100644 --- a/menu.sh +++ b/menu.sh @@ -41,14 +41,14 @@ sudo nano /opt/python-aprs/bcom7.py ;; sudo nano /opt/python-aprs/bcom8.py ;; 9) choix_servicio=$(whiptail --title "Iniciar Beacon" --menu "Seleccione el Beacon a iniciar:" 15 40 8 \ - 1 "Beacon" 1" \ - 2 "Beacon" 2" \ - 3 "Beacon" 3" \ - 4 "Beacon" 4" \ - 5 "Beacon" 5" \ - 6 "Beacon" 6" \ - 7 "Beacon" 7" \ - 8 "Beacon" 8" \ + 1 "Servicio 1" \ + 2 "Servicio 2" \ + 3 "Servicio 3" \ + 4 "Servicio 4" \ + 5 "Servicio 5" \ + 6 "Servicio 6" \ + 7 "Servicio 7" \ + 8 "Servicio 8" \ 3>&1 1>&2 2>&3) exitstatus_servicio=$? @@ -62,14 +62,14 @@ sudo nano /opt/python-aprs/bcom8.py ;; ;; 10) choix_servicio=$(whiptail --title "Detener Beacom" --menu "Seleccione el Beacon a detener:" 15 40 8 \ - 1 "Beacon" 1" \ - 2 "Beacon" 2" \ - 3 "Beacon" 3" \ - 4 "Beacon" 4" \ - 5 "Beacon" 5" \ - 6 "Beacon" 6" \ - 7 "Beacon" 7" \ - 8 "Beacon" 8" \ + 1 "Servicio 1" \ + 2 "Servicio 2" \ + 3 "Servicio 3" \ + 4 "Servicio 4" \ + 5 "Servicio 5" \ + 6 "Servicio 6" \ + 7 "Servicio 7" \ + 8 "Servicio 8" \ 3>&1 1>&2 2>&3) exitstatus_servicio=$?