From 7f7312a82646ada22111792ade0297c48f8e700e Mon Sep 17 00:00:00 2001 From: iUnknwn Date: Sat, 1 Feb 2020 22:40:44 -0800 Subject: [PATCH] Minor correction - command missing sudo prefix Forgot to add sudo in front of the cloudflared/systemd command. Fixed in this commit. --- docs/guides/dns-over-https.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/dns-over-https.md b/docs/guides/dns-over-https.md index 38cfe7d17..298d20ae3 100644 --- a/docs/guides/dns-over-https.md +++ b/docs/guides/dns-over-https.md @@ -232,8 +232,8 @@ The `cloudflared` tool will not receive updates through the package manager, how manually by running these commands: ```bash -cloudflared update -systemctl restart cloudflared +sudo cloudflared update +sudo systemctl restart cloudflared ``` If you want to have the system update `cloudflared` automatically, simply place the update commands in the