diff --git a/docs/guides/dns/cloudflared.md b/docs/guides/dns/cloudflared.md index d952190..b9b6b32 100644 --- a/docs/guides/dns/cloudflared.md +++ b/docs/guides/dns/cloudflared.md @@ -241,7 +241,7 @@ sudo chown root:root /etc/cron.weekly/cloudflared-updater !!! warning - Make sure to add shebang `#!/bin/bash` in the beginning of the file. + Make sure to add shebang `#!/bin/bash` in the beginning of `/etc/cron.weekly/cloudflared-updater`. Otherwise, the command would not executed.