Update menu.sh

This commit is contained in:
RaspbianProyect by HP3ICC 2023-05-25 04:59:18 +00:00
parent 525e45326e
commit 17a706c5e3
1 changed files with 16 additions and 16 deletions

32
menu.sh
View File

@ -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=$?