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: quote variables to prevent word splitting #962

Merged

Conversation

florczakraf
Copy link
Contributor

docker-backup.sh and docker-restore.sh didn't quote variables, which prevented them from running in certain environments. This PR adds consistent quotation for all variables in those scripts.

Ref.: https://www.shellcheck.net/wiki/SC2046 https://www.shellcheck.net/wiki/SC2086

@CLAassistant
Copy link

CLAassistant commented Nov 26, 2024

CLA assistant check
All committers have signed the CLA.

@meltyshev meltyshev merged commit a3f101a into plankanban:master Nov 27, 2024
3 checks passed
@meltyshev
Copy link
Member

Thanks for the fix!

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.

3 participants