Fix RPi wiki

Andrey Meshkov 2019-04-06 22:14:35 +03:00
parent 99ff3e298e
commit a94879c9ae
1 changed files with 2 additions and 2 deletions

@ -112,7 +112,7 @@ You have an option to password-protect your AdGuard Home's web interface so only
To do so, stop it first:
```bash
sudo systemctl stop adguard-home
sudo ./AdGuardHome -s stop
```
Then edit the configuration file:
@ -130,7 +130,7 @@ Substitute name and password with your own, of course.
After you're done editing, save the file and start your AdGuard Home again:
```bash
sudo systemctl start adguard-home
sudo ./AdGuardHome -s start
```
After that, visiting web interface in a browser will ask for username and password.