parent
62abc892ab
commit
7b7e2a7534
|
@ -188,12 +188,13 @@ DAEMON_CONF="/etc/hostapd/hostapd.conf"
|
||||||
```
|
```
|
||||||
Exit and save.
|
Exit and save.
|
||||||
|
|
||||||
Now enable and start all required services:
|
Now enable and start all required services and restart:
|
||||||
|
|
||||||
```
|
```
|
||||||
sudo systemctl unmask hostapd
|
sudo systemctl unmask hostapd
|
||||||
sudo systemctl enable hostapd
|
sudo systemctl enable hostapd
|
||||||
sudo systemctl start hostapd
|
sudo systemctl start hostapd
|
||||||
|
sudo reboot
|
||||||
```
|
```
|
||||||
### Setup the MySQL database:
|
### Setup the MySQL database:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue