You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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
./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
official documentation:
README:
The text was updated successfully, but these errors were encountered: