From a94879c9aee4ae54363454a3dca7aff1fcf46f88 Mon Sep 17 00:00:00 2001 From: Andrey Meshkov Date: Sat, 6 Apr 2019 22:14:35 +0300 Subject: [PATCH] Fix RPi wiki --- Raspberry-Pi.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Raspberry-Pi.md b/Raspberry-Pi.md index f729c82..7582453 100644 --- a/Raspberry-Pi.md +++ b/Raspberry-Pi.md @@ -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. \ No newline at end of file