fix instructions - dirname and filename typos

This commit is contained in:
zlolz 2016-06-11 05:29:49 +00:00
parent 250d1f58be
commit 089c986d0a
1 changed files with 3 additions and 3 deletions

View File

@ -61,9 +61,9 @@ sudo chown -R www-data:www-data /var/www
```
Move the RaspAP configuration file to the correct location
```sh
sudo mkdir /etc/raspad
sudo mv /var/www/raspad.php /etc/raspad/
sudo chown -R www-data:www-data /etc/raspad
sudo mkdir /etc/raspap
sudo mv /var/www/raspap.php /etc/raspap/
sudo chown -R www-data:www-data /etc/raspap
```
Reboot and it should be up and running!
```sh