Update menu-ap

This commit is contained in:
Esteban Mackay Q. 2024-05-29 10:14:50 -05:00
parent 174ceddfb9
commit 16e43d6bf3
1 changed files with 2 additions and 1 deletions

View File

@ -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