added reboot

Signed-off-by: Ebbe Baß <ebbe.bass>
This commit is contained in:
Ebbe Baß
2024-02-12 02:01:46 +01:00
parent 62abc892ab
commit 7b7e2a7534
+2 -1
View File
@@ -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: