mirror of https://gitlab.com/hp3icc/emq-TE1.git
Update menu-ysf2ysf
This commit is contained in:
parent
d0532e6836
commit
f363b3ca7b
|
|
@ -11,7 +11,7 @@ choix=$(whiptail --title "Raspbian Proyect HP3ICC Menu YSF Bridge" --menu "Suba
|
|||
1 " Editar YSF BRIDGE 1 " \
|
||||
2 " Editar YSF BRIDGE 2 " \
|
||||
3 " Start & Restart YSF BRIDGE " \
|
||||
4 " Stop Beacon " \
|
||||
4 " Stop YSF Bridge " \
|
||||
5 " Menu Principal " 3>&1 1>&2 2>&3)
|
||||
exitstatus=$?
|
||||
#on recupere ce choix
|
||||
|
|
@ -42,7 +42,7 @@ sudo nano /opt/ysf_bridge2/ysf_bridge.ini ;;
|
|||
echo "Volver al menu principal."
|
||||
fi
|
||||
;;
|
||||
10)
|
||||
4)
|
||||
choix_servicio=$(whiptail --title "Detener YSF Bridge" --menu "Seleccione el Beacon a detener:" 15 40 8 \
|
||||
1 "YSF BRIDGE 1" \
|
||||
2 "YSF BRIDGE 2" \
|
||||
|
|
@ -57,7 +57,7 @@ sudo nano /opt/ysf_bridge2/ysf_bridge.ini ;;
|
|||
echo "Volver al menu principal."
|
||||
fi
|
||||
;;
|
||||
11)
|
||||
5)
|
||||
break;
|
||||
esac
|
||||
done
|
||||
|
|
|
|||
Loading…
Reference in New Issue