mirror of https://gitlab.com/hp3icc/emq-TE1.git
Update menu-aprs
This commit is contained in:
parent
77106f5237
commit
701908030a
|
|
@ -4,9 +4,8 @@ sudo cat > /bin/menu-aprs <<- "EOF"
|
|||
while : ; do
|
||||
choix=$(whiptail --title "Raspbian Proyect HP3ICC Menu APRS" --menu "Suba o Baje con las flechas del teclado y seleccione el numero de opcion:" 24 67 15 \
|
||||
1 " APRS Direwolf " \
|
||||
2 " APRS Multimon-ng " \
|
||||
3 " Shell-APRS Beacon " \
|
||||
4 " Salir del menu " 3>&1 1>&2 2>&3)
|
||||
2 " Shell-APRS Beacon " \
|
||||
3 " Salir del menu " 3>&1 1>&2 2>&3)
|
||||
exitstatus=$?
|
||||
#on recupere ce choix
|
||||
#exitstatus=$?
|
||||
|
|
@ -20,10 +19,8 @@ case $choix in
|
|||
1)
|
||||
menu-dw;;
|
||||
2)
|
||||
menu-mm-rtl;;
|
||||
3)
|
||||
menu-bcon;;
|
||||
4)
|
||||
3)
|
||||
break;
|
||||
esac
|
||||
done
|
||||
|
|
|
|||
Loading…
Reference in New Issue