[DOCS] Update service.bat
corrected typo, Exiting instead of Existing Close #5885
This commit is contained in:
parent
f1af845795
commit
76463ee2b2
|
@ -8,7 +8,7 @@ for %%I in ("%SCRIPT_DIR%..") do set ES_HOME=%%~dpfI
|
|||
|
||||
rem Detect JVM version to figure out appropriate executable to use
|
||||
if not exist "%JAVA_HOME%\bin\java.exe" (
|
||||
echo JAVA_HOME points to an invalid Java installation (no java.exe found in "%JAVA_HOME%"^). Existing...
|
||||
echo JAVA_HOME points to an invalid Java installation (no java.exe found in "%JAVA_HOME%"^). Exiting...
|
||||
goto:eof
|
||||
)
|
||||
"%JAVA_HOME%\bin\java" -version 2>&1 | find "64-Bit" >nul:
|
||||
|
|
Loading…
Reference in New Issue