From 7b7e2a7534dbcf2a7a2d20b7b75c770f3b18e461 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Mon, 12 Feb 2024 02:01:46 +0100 Subject: [PATCH] added reboot MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ebbe Baß --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c36747..a3b3d99 100644 --- a/README.md +++ b/README.md @@ -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: