Merge pull request #8 from zlolz/fix-instructions

fix instructions - dirname and filename typos
This commit is contained in:
Bill Zimmerman 2016-06-11 07:40:23 +02:00 committed by GitHub
commit e93f853ee0
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