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

Update UPGRADE.ubuntu2404.sh #9941

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

Update UPGRADE.ubuntu2404.sh #9941

wants to merge 1 commit into from

Conversation

cudeso
Copy link
Contributor

@cudeso cudeso commented Oct 4, 2024

With if [ $INSTALL_SSDEEP ]; then the condition will always be True ('check for a non-empty string'); needs to be if $INSTALL_SSDEEP; then (check for the result of the 'command' INSTALL_SSDEEP)

Questions

  • Does it require a DB change? No
  • Are you using it in production? Almost
  • Does it require a change in the API (PyMISP for example)? No

With  `if [ $INSTALL_SSDEEP ]; then` the condition will always be True ('check for a non-empty string'); needs to be `if $INSTALL_SSDEEP; then` (check for the result of the 'command' INSTALL_SSDEEP)
@cudeso
Copy link
Contributor Author

cudeso commented Oct 7, 2024

#9950

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