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 removing (temp) IFS directories #1842

Merged

Conversation

chrjorgensen
Copy link
Collaborator

Changes

When removing temp directories in IFS, the rm would fail because it won't delete directories without the -r flag (recursive):

image

The -r flag has been added to the rm commands.

Checklist

  • have tested my change

@chrjorgensen chrjorgensen added the bug A confirmed issue when something isn't working as intended label Feb 14, 2024
@chrjorgensen chrjorgensen self-assigned this Feb 14, 2024
@chrjorgensen
Copy link
Collaborator Author

Oh, my master branch was not updated with the latest changes, so I had to force-push after rebase on master and resolving merge-conflicts... Should be okay now...

@worksofliam
Copy link
Contributor

Looks good to me. I am happy with the merge and there is no major change here.

@worksofliam worksofliam merged commit a3f0c15 into codefori:master Feb 14, 2024
1 check passed
@chrjorgensen chrjorgensen deleted the fix/remove-directories-fails branch February 14, 2024 18:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A confirmed issue when something isn't working as intended
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants