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

Don't fail on rm *.sensitive if it was already removed earlier in script #797

Merged
merged 1 commit into from
Jun 4, 2024

Conversation

ringlej
Copy link
Contributor

@ringlej ringlej commented Jun 4, 2024

The rm *.sensitive done here can fail if it was previously removed (on line 74). The script is running with set -e so this will cause the script to exit unexpectedly. Adding a -f to the rm will fix it

@fhunleth fhunleth merged commit 8716075 into nerves-project:main Jun 4, 2024
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.

2 participants