Update wifi-connect.sh

This commit is contained in:
Script Proyect by HP3ICC 2024-09-17 05:31:32 +00:00
parent 70f15c8468
commit d8dbfb67b9
1 changed files with 5 additions and 0 deletions

View File

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