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` * Username: `admin`
* Password: `secret` * Password: `secret`
* DHCP range: 10.3.141.1 to 10.3.141.24 * DHCP range: 10.3.141.1 to 10.3.141.24
* SSID: `loki-access` * SSID: `LabyrinthAP`
* Password: `ChangeMe` * Password: `ChangeMe`
## Test site ## Test site

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

@ -420,7 +420,7 @@ function install_complete() {
exit 0 exit 0
fi fi
install_log "Shutting Down" 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 sleep 8
sudo shutdown -r now || install_error "Unable to execute shutdown" sudo shutdown -r now || install_error "Unable to execute shutdown"
} }

Loading…
Cancel
Save