diff --git a/install/wifi-connect.sh b/install/wifi-connect.sh index b49a4c5..648488d 100644 --- a/install/wifi-connect.sh +++ b/install/wifi-connect.sh @@ -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