-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Ensure gravity_Cleanup() checks the correct directory #6131
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
794dc61
to
52f469b
Compare
listsCacheDir
instead of piholeDir
)listsCacheDir
instead of piholeDir
). Also golb with *
to get .etag
and .sha1
listsCacheDir
instead of piholeDir
). Also golb with *
to get .etag
and .sha1
listsCacheDir
instead of piholeDir
). Also glob with *
to get .etag
and .sha1
listsCacheDir
instead of piholeDir
). Also glob with *
to get .etag
and .sha1
listsCacheDir
instead of piholeDir
). Also glob with *
to remove .etag
and .sha1
as well.
listsCacheDir
instead of piholeDir
). Also glob with *
to remove .etag
and .sha1
as well. listsCacheDir
instead of piholeDir
). Glob with *
to remove .etag
and .sha1
as well.
yubiuser
requested changes
Apr 4, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your PR.
We try to get rid of the "funny" names to make the complex script more readable. Could you please change the other occurrence of gravity_Blackbody
as well
listsCacheDir
instead of piholeDir
). Glob with *
to remove .etag
and .sha1
as well. also glob with * to ensure .etag & .sha1 are removed as well should fix pi-hole#6075 Co-authored-by: yubiuser <github@yubiuser.dev> Signed-off-by: Michael Woolweaver <michael@woolweaver.bid>
yubiuser
approved these changes
Apr 4, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this PR aim to accomplish?:
ensure
gravity_Cleanup()
checks the correct directory (listsCacheDir
) for list data when it'sCleaning up stray matter
.How does this PR accomplish the above?:
changes
pi-hole/gravity.sh
Line 938 in 8797a0d
to check
listsCacheDir
instead ofpiholeDir
for list data as the location was changed in #5869also glob (
*
) herepi-hole/gravity.sh
Line 941 in 8797a0d
with
"${file}"*
to remove.etag
&.sha1
as well.should fix #6075
Link documentation PRs if any are needed to support this PR:
By submitting this pull request, I confirm the following:
git rebase
)