Skip to content

Commit

Permalink
Minor correction - command missing sudo prefix
Browse files Browse the repository at this point in the history
Forgot to add sudo in front of the cloudflared/systemd command.
Fixed in this commit.
  • Loading branch information
iUnknwn committed Apr 4, 2020
1 parent 70d0d13 commit 7f7312a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guides/dns-over-https.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7f7312a

Please sign in to comment.