change ssid to LabyrinthAP

pull/41/head
glen 4 years ago
parent fe5953f7e7
commit aa450cc9dc

@ -94,7 +94,7 @@ configured as an access point as follows:
* Username: `admin`
* Password: `secret`
* DHCP range: 10.3.141.1 to 10.3.141.24
* SSID: `loki-access`
* SSID: `LabyrinthAP`
* Password: `ChangeMe`
## Test site

@ -6,7 +6,7 @@ ctrl_interface_group=0
auth_algs=1
wpa_key_mgmt=WPA-PSK
beacon_int=100
ssid=loki-access
ssid=LabyrinthAP
channel=6
hw_mode=g
ieee80211n=1
@ -27,7 +27,7 @@ ignore_broadcast_ssid=0
#beacon_int=100
#auth_algs=1
#wpa_key_mgmt=WPA-PSK
#ssid=loki-access
#ssid=LabyrinthAP
#channel=1
#hw_mode=g
#wpa_passphrase=ChangeMe

@ -420,7 +420,7 @@ function install_complete() {
exit 0
fi
install_log "Shutting Down"
echo -n "Allow a minute for reinitialization then connect wifi to SSID loki-access and use default password 'ChangeMe'"
echo -n "Allow a minute for reinitialization then connect wifi to SSID LabyrinthAP and use default password 'ChangeMe'"
sleep 8
sudo shutdown -r now || install_error "Unable to execute shutdown"
}

Loading…
Cancel
Save