From be635e773c87cb2bcf7ed622f8007105fdd4d3ff Mon Sep 17 00:00:00 2001 From: Bill Zimmerman Date: Tue, 9 Jul 2019 00:20:18 +0200 Subject: [PATCH] Update manual install steps --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d56a555..c61f941c 100644 --- a/README.md +++ b/README.md @@ -132,10 +132,16 @@ sudo mkdir /etc/raspap sudo mv /var/www/html/raspap.php /etc/raspap/ sudo chown -R www-data:www-data /etc/raspap ``` -Move the HostAPD logging scripts to the correct location. +Move the HostAPD logging and service control shell scripts to the correct location. ```sh sudo mkdir /etc/raspap/hostapd sudo mv /var/www/html/installers/*log.sh /etc/raspap/hostapd +sudo mv /var/www/html/installers/service*.sh /etc/raspap/hostapd +``` +Set ownership and permissions for logging and service control scripts. +```sh +sudo chown -c root:www-data /etc/raspap/hostapd/*.sh +sudo chmod 750 /etc/raspap/hostapd/*.sh ``` Add the following lines to `/etc/rc.local` before `exit 0`. ```sh