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

Fix cache issue in root/etc/s6-overlay/s6-rc.d/svc-ddclient/run #86

Merged
merged 2 commits into from
Jul 8, 2024

Conversation

jsebt
Copy link
Contributor

@jsebt jsebt commented Jul 8, 2024

linuxserver.io


  • I have read the contributing guideline and understand that I have made the correct modifications

Description:

Fixes #85 by adding a file to the end of the --cache parameter. A recent update made it point to a directory, which broke the cache functionality

Benefits of this PR and context:

Fixes #85

How Has This Been Tested?

Tested on Docker on Debian 12 by making the change in code, building a custom image, and running the image. The cache functionality seems to be back as a result.

Source / References:

jsebt added 2 commits July 8, 2024 18:06
ddclient expects a file for --cache, not a directory
without this fix, ddclient is unable to use /run/ddclient-cache as it's a directory, causing the IP's to be sent to your DNS provider every X minutes, instead of only if it changed
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for opening this pull request! Be sure to follow the pull request template!

@LinuxServer-CI
Copy link
Contributor

I am a bot, here are the test results for this PR:
https://ci-tests.linuxserver.io/lspipepr/ddclient/v3.11.2-pkg-9c2f72ef-dev-cb633621c75ced5c6e408d3947724b0d009395d7-pr-86/index.html
https://ci-tests.linuxserver.io/lspipepr/ddclient/v3.11.2-pkg-9c2f72ef-dev-cb633621c75ced5c6e408d3947724b0d009395d7-pr-86/shellcheck-result.xml

Tag Passed
amd64-v3.11.2-pkg-9c2f72ef-dev-cb633621c75ced5c6e408d3947724b0d009395d7-pr-86
arm64v8-v3.11.2-pkg-9c2f72ef-dev-cb633621c75ced5c6e408d3947724b0d009395d7-pr-86

@thespad thespad merged commit 1dbde65 into linuxserver:master Jul 8, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

Typo or bug in root/etc/s6-overlay/s6-rc.d/svc-ddclient/run
3 participants