mirror of https://gitlab.com/hp3icc/emq-TE1.git
Update wifi-connect.sh
This commit is contained in:
parent
70f15c8468
commit
d8dbfb67b9
|
|
@ -31,6 +31,11 @@ services:
|
|||
- "/run/dbus/system_bus_socket:/host/run/dbus/system_bus_socket" # <-- Montar el socket DBus correctamente
|
||||
|
||||
EOF
|
||||
|
||||
cd /opt/wc
|
||||
docker-compose up -d &&
|
||||
docker-compose down
|
||||
|
||||
#auto ap
|
||||
sudo cat > /usr/local/bin/autoap.sh <<- "EOF"
|
||||
#!/bin/bash
|
||||
|
|
|
|||
Loading…
Reference in New Issue