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

Add chown/chmod to move_to_finished #110

Closed
wants to merge 1 commit into from

Conversation

redvers76
Copy link
Contributor

@redvers76 redvers76 commented Feb 16, 2024

If SEPARATERAWFINISH is true, files get moved from the source directory to the finish path, after which they're chown'ed/chmod'ed

However, this defaults to false, in which case files are left in the source folder with incorrect permissions.

Adding an extra step within move_to_finished so that if SEPARATERAWFINISH is not true, we apply the chown/chmod to the files in the src_path

If SEPARATERAWFINISH is true, files get moved from the source directory to the finish path, after which they're chown'ed/chgrp'ed

However, this defaults to false, in which case files are left in the source folder with incorrect permissions. 

Adding an extra step within move_to_finished so that if SEPARATERAWFINISH is not true, we apply the chown/chgrp to the files in the src_path
@redvers76 redvers76 changed the title Add chown/chgrp to move_to_finished Add chown/chmod to move_to_finished Feb 16, 2024
@redvers76 redvers76 closed this Feb 17, 2024
@redvers76 redvers76 deleted the patch-2 branch February 19, 2024 14:46
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.

1 participant