mirror of https://gitlab.com/hp3icc/emq-TE1.git
Update menu
This commit is contained in:
parent
73cef9e97a
commit
ce73e3442a
|
|
@ -7,7 +7,6 @@ if [[ $EUID -ne 0 ]]; then
|
|||
whiptail --title "sudo su" --msgbox "Se requieren permisos de usuario root, escriba (sudo su) antes de ingresar al menú / Root user permissions required, type (sudo su) before entering the menu" 0 50
|
||||
exit 0
|
||||
fi
|
||||
|
||||
while : ; do
|
||||
choix=$(whiptail --title "Proyecto emq-TE1+ Rev: R00ab / Proyecto Raspbian por HP3ICC 73." --menu "Use las flechas del teclado para subir o bajar y seleccione el número de opción:" 24 70 17 \
|
||||
1 " APRS " \
|
||||
|
|
@ -82,7 +81,6 @@ if [[ \$EUID -ne 0 ]]; then
|
|||
whiptail --title "sudo su" --msgbox "requiere ser usuario root, escriba (sudo su) antes de entrar al menú / requires root user, type (sudo su) before entering menu" 0 50
|
||||
exit 0
|
||||
fi
|
||||
|
||||
while : ; do
|
||||
choix=\$(whiptail --title "Proyecto emq-TE1+ Rev: R00ab / Raspbian Proyecto por HP3ICC 73." --menu "Suba o Baje con las flechas del teclado y seleccione el número de opción:" 24 70 17 \
|
||||
1 " APRS " \
|
||||
|
|
|
|||
Loading…
Reference in New Issue