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

Various fixes to Vanta install script #62

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tomodachi
Copy link

Use || as or operator instead of -o which can have incorrect results and is deprecated. Use -n instead of double negation '! -z'. Quote variables to prevent word splitting and whitespace problems

Use || as or operator instead of -o which can have incorrect results
and is deprecated. Use -n instead of double negation  '! -z'.
Quote variables to prevent word splitting and whitespace problems
@tomodachi
Copy link
Author

BTW is there any particular reason the version isn't the latest (2.3.0)?
I was considering bumping it in this PR as well.

@hdavidzhu
Copy link
Collaborator

We plan to slowly release 2.3.0 to agents with auto-updates enabled, so we don't plan to update the script until it's fully rolled out. Thanks!

@tomodachi
Copy link
Author

Hi! Any plans on reviewing / merging this? or should I perhaps drop this PR if you don't accept contributions

@hdavidzhu hdavidzhu self-assigned this Aug 18, 2023
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