added reboot

Signed-off-by: Ebbe Baß <ebbe.bass>
main
Ebbe Baß 2024-02-12 02:01:46 +01:00
parent 62abc892ab
commit 7b7e2a7534
1 changed files with 2 additions and 1 deletions

View File

@ -188,12 +188,13 @@ DAEMON_CONF="/etc/hostapd/hostapd.conf"
```
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 enable hostapd
sudo systemctl start hostapd
sudo reboot
```
### Setup the MySQL database: