mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
fix instructions - dirname and filename typos
This commit is contained in:
parent
250d1f58be
commit
089c986d0a
@ -61,9 +61,9 @@ sudo chown -R www-data:www-data /var/www
|
|||||||
```
|
```
|
||||||
Move the RaspAP configuration file to the correct location
|
Move the RaspAP configuration file to the correct location
|
||||||
```sh
|
```sh
|
||||||
sudo mkdir /etc/raspad
|
sudo mkdir /etc/raspap
|
||||||
sudo mv /var/www/raspad.php /etc/raspad/
|
sudo mv /var/www/raspap.php /etc/raspap/
|
||||||
sudo chown -R www-data:www-data /etc/raspad
|
sudo chown -R www-data:www-data /etc/raspap
|
||||||
```
|
```
|
||||||
Reboot and it should be up and running!
|
Reboot and it should be up and running!
|
||||||
```sh
|
```sh
|
||||||
|
Loading…
Reference in New Issue
Block a user