Inconsistency in Cron Job Command Instruction Between "Official Documentation" and Repo "README"
Deep0Thinking opened this issue · 0 comments
Deep0Thinking commented
Describe the bug
The cron job command provided in the official documentation does not match the command specified in the repository's README file. This discrepancy could lead to incorrect configuration of the Cloudflare DDNS update script.
To Reproduce
- Go to the official website documentation (https://timknowsbest.com/free-dynamic-dns).
- Navigate to the "🐧 Linux instructions (all distros)" section.
- Observe the cron job instruction: "Download/clone this repo and execute
./sync
" and_/15 _ * * * /home/your_username_here/cloudflare-ddns/sync
.
Expected behavior
The cron job command instruction in the official website documentation should match the command provided in the repository's README file to ensure consistency and prevent any confusion. The correct command instruction, based on the README file, should be ./start-sync.sh
and */15 * * * * /home/your_username_here/cloudflare-ddns/start-sync.sh
.
Screenshots