mirror of
https://github.com/pi-hole/docs.git
synced 2024-12-06 19:27:12 +01:00
Merge pull request #857 from ImBIOS/patch-1
dns/cloudflared: add warning to add shebang in bash file
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user