mirror of https://gitlab.com/hp3icc/emq-TE1.git
update
This commit is contained in:
parent
17c611886a
commit
38c19f7551
|
|
@ -36,7 +36,8 @@ rfkill unblock wlan
|
|||
##
|
||||
sudo apt-get install raspi-config -y
|
||||
else
|
||||
systemctl disable autoap.service
|
||||
#systemctl disable autoap.service
|
||||
echo ""
|
||||
fi
|
||||
# Registra el final en /opt/curl.txt
|
||||
echo "Finalizado: $SCRIPT_NAME" >> /opt/curl.txt
|
||||
|
|
@ -11,7 +11,6 @@ sed -i "s/CONFIRMATION=.*/CONFIRMATION=false/" raspbian-install.sh
|
|||
chmod +x raspbian-install.sh
|
||||
./raspbian-install.sh
|
||||
rm raspbian-install.sh
|
||||
|
||||
#auto ap
|
||||
sudo cat > /usr/local/bin/autoap.sh <<- "EOF"
|
||||
#!/bin/bash
|
||||
|
|
@ -80,9 +79,6 @@ EOF
|
|||
#
|
||||
systemctl daemon-reload
|
||||
systemctl enable autoap.service
|
||||
#systemctl enable apoff.service
|
||||
#systemctl stop apoff.service autoap.service
|
||||
#systemctl start autoap.service apoff.service
|
||||
|
||||
fi
|
||||
# Registra el final en /opt/curl.txt
|
||||
|
|
|
|||
Loading…
Reference in New Issue