Merge pull request #857 from ImBIOS/patch-1

dns/cloudflared: add warning to add shebang in bash file
This commit is contained in:
yubiuser
2023-02-20 07:09:26 +01:00
committed by GitHub
+6
View File
@@ -239,6 +239,12 @@ sudo chmod +x /etc/cron.weekly/cloudflared-updater
sudo chown root:root /etc/cron.weekly/cloudflared-updater
```
<!-- markdownlint-disable code-block-style -->
!!! warning
Make sure to add shebang `#!/bin/bash` in the beginning of `/etc/cron.weekly/cloudflared-updater`.
Otherwise, the command would not executed.
<!-- markdownlint-enable code-block-style -->
The system will now attempt to update the cloudflared binary automatically, once per week.
### Uninstalling `cloudflared`