mirror of https://gitlab.com/hp3icc/emq-TE1.git
Update menu-ap
This commit is contained in:
parent
16e43d6bf3
commit
26f09ed616
|
|
@ -2,9 +2,9 @@
|
|||
if [ "$(cat /proc/cpuinfo | grep 'Raspberry')" != "" ]; then
|
||||
# menu-ap
|
||||
sudo cat > /bin/menu-ap <<- "EOF"
|
||||
if [ "$(cat /proc/cpuinfo | grep 'Raspberry')" != "" ]; then
|
||||
#!/bin/bash
|
||||
|
||||
if [ "$(cat /proc/cpuinfo | grep 'Raspberry')" != "" ]; then
|
||||
while :
|
||||
do
|
||||
choix=$(whiptail --title "IP Tools" --menu "Selecciona una opción:" 15 60 6 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue