Update install.sh
This commit is contained in:
parent
e8adb7be12
commit
639bb3089e
|
|
@ -33,10 +33,12 @@ wget https://github.com/hp3icc/D-APRS/raw/main/user_settings.txt
|
||||||
sudo cat > /bin/menu-daprs <<- "EOF"
|
sudo cat > /bin/menu-daprs <<- "EOF"
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
while : ; do
|
while : ; do
|
||||||
|
choix=$(whiptail --title "TE1ws-Rev12a Raspbian Proyect HP3ICC Esteban Mackay 73." --menu "Suba o Baje con las flechas del teclado y seleccione el numero de opcion:" 16 65 5 \
|
||||||
1 " Editar igate" \
|
1 " Editar igate" \
|
||||||
2 " Iniciar Igate " \
|
2 " Iniciar Igate " \
|
||||||
3 " Detener Igate " \
|
3 " Detener Igate " \
|
||||||
4 " Salir del menu " 3>&1 1>&2 2>&3)
|
4 " Salir del menu " 3>&1 1>&2 2>&3)
|
||||||
|
|
||||||
exitstatus=$?
|
exitstatus=$?
|
||||||
#on recupere ce choix
|
#on recupere ce choix
|
||||||
#exitstatus=$?
|
#exitstatus=$?
|
||||||
|
|
@ -58,7 +60,6 @@ break;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
#
|
#
|
||||||
sudo cat > /lib/systemd/system/daprs.service <<- "EOF"
|
sudo cat > /lib/systemd/system/daprs.service <<- "EOF"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue