Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inconsistency in Cron Job Command Instruction Between "Official Documentation" and Repo "README" #175

Open
Deep0Thinking opened this issue Jan 28, 2024 · 0 comments
Assignees

Comments

@Deep0Thinking
Copy link

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

  1. Go to the official website documentation (https://timknowsbest.com/free-dynamic-dns).
  2. Navigate to the "🐧 Linux instructions (all distros)" section.
  3. 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

official documentation:

Screenshot 2024-01-27 at 3 56 37 PM

README:

Screenshot 2024-01-27 at 3 58 36 PM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants