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

Create default ES_TMPDIR on Windows #30325

Merged
merged 1 commit into from
May 2, 2018

Commits on May 2, 2018

  1. Create default ES_TMPDIR on Windows

    If the elasticsearch-env bash script chooses $ES_TMPDIR
    then it also creates the directory.  This change makes
    elasticsearch-env.bat do the same thing: if %ES_TMPDIR%
    is chosen by the script then the script will ensure it
    exists, but if %ES_TMPDIR% is already set then the user
    is responsible for creating it.
    
    Relates elastic#27609
    Relates elastic#28217
    droberts195 committed May 2, 2018
    Configuration menu
    Copy the full SHA
    0b9c941 View commit details
    Browse the repository at this point in the history