mirror of https://gitlab.com/hp3icc/emq-TE1.git
Update menu-ap
This commit is contained in:
parent
174ceddfb9
commit
16e43d6bf3
|
|
@ -2,6 +2,7 @@
|
|||
if [ "$(cat /proc/cpuinfo | grep 'Raspberry')" != "" ]; then
|
||||
# menu-ap
|
||||
sudo cat > /bin/menu-ap <<- "EOF"
|
||||
if [ "$(cat /proc/cpuinfo | grep 'Raspberry')" != "" ]; then
|
||||
#!/bin/bash
|
||||
|
||||
while :
|
||||
|
|
@ -56,7 +57,7 @@ exit 0
|
|||
else
|
||||
whiptail --title "IP Tools" --msgbox "Esta opcion solo esta disponible para Raspberry / This option is only available for Raspberry" 0 50
|
||||
exit 0
|
||||
|
||||
fi
|
||||
EOF
|
||||
|
||||
chmod +x /bin/menu-ap
|
||||
|
|
|
|||
Loading…
Reference in New Issue