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

Bugfix: Allow opensearch.bat file and opensearch-env.bat files to run when install path includes a space. #4362

Merged
merged 7 commits into from
Sep 7, 2022

Commits on Aug 31, 2022

  1. Bugfix: Prevent escaping of in else-if statement by setting variabl…

    …e without double quotes.
    
    Signed-off-by: Mike Wilkinson <mwilkinson@imohealth.com>
    Mike Wilkinson committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    1f30066 View commit details
    Browse the repository at this point in the history
  2. Add changelog entry for fix

    Signed-off-by: Mike Wilkinson <mwilkinson@imohealth.com>
    Mike Wilkinson committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    db6f70f View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. Configuration menu
    Copy the full SHA
    48a4a4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0adabb1 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. Configuration menu
    Copy the full SHA
    4b8ec97 View commit details
    Browse the repository at this point in the history
  2. Escape double quotes for environment variables set by `opensearch-env…

    ….bat`. Explicitly apply quotes where those environment variables are invoked.
    
    Signed-off-by: Mike Wilkinson <mwilkinson@imohealth.com>
    Mike Wilkinson committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    b1f620e View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. Configuration menu
    Copy the full SHA
    4da938a View commit details
    Browse the repository at this point in the history