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

Checks whether a symlink exists before making it. #323

Merged
merged 1 commit into from Nov 19, 2019
Merged

Checks whether a symlink exists before making it. #323

merged 1 commit into from Nov 19, 2019

Conversation

joto
Copy link
Contributor

@joto joto commented Nov 19, 2019

If a symlink already exists and points to the file it should go to, we do nothing.
This avoids the unnecessary re-creation of links which change the file data of the link and enclosing directory which make it harder to see when something actually changed.

Fixes #164.

If a symlink already exists and points to the file it should go to, we do nothing.
This avoids the unnecessary re-creation of links which change the file data of the link and enclosing directory which make it harder to see when something actually changed.

Fixes #164.
@hlandau hlandau merged commit 13ec97e into hlandau:master Nov 19, 2019
@hlandau
Copy link
Owner

hlandau commented Nov 19, 2019

Thanks.

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

Successfully merging this pull request may close these issues.

privkey symlink rewritten on every execution
2 participants