Skip to content

Commit 4713e64

Browse files
authored
fix: update set-wifi.sh to use SSID variable (#481)
1 parent 0859a22 commit 4713e64

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docke
290290
First setup the wifi with the command:
291291

292292
```sh
293-
SSID=name PASSWORD=pass ./debian/set-wifi.sh
293+
SSID=name PASSWORD=pass ./debian/scripts/set-wifi.sh
294294
```
295295

296296
You can can setup docker and compile the latest version of the orchestrator with the command:

debian/scripts/set-wifi.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ method=auto
2929
method=auto
3030
EOF
3131

32-
adb shell chmod 600 /etc/NetworkManager/system-connections/mywifi.nmconnection
32+
adb shell chmod 600 /etc/NetworkManager/system-connections/$SSID.nmconnection
3333

3434
adb shell systemctl restart NetworkManager
35-

0 commit comments

Comments
 (0)