Skip to content

Commit

Permalink
upd wifi
Browse files Browse the repository at this point in the history
  • Loading branch information
jancelin committed Jan 28, 2021
1 parent 898b8b9 commit a92c123
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions stage4/00-cloud-init/files/user-data
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ runcmd:
- cd /home/basegnss && ./first_boot.sh && rm ./first_boot.sh && systemctl start str2str_tcp

final_message: "BaseGNSS OK"

3 changes: 1 addition & 2 deletions stage4/00-cloud-init/files/wpa_supplicant.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ update_config=1
country=FR

network={
ssid="my_wifi"
ssid="MY_WIFI_HOTSPOT"
psk="*******"
key_mgmt=WPA-PSK
}

0 comments on commit a92c123

Please sign in to comment.