[DOCS] Update service.bat

corrected typo, Exiting instead of Existing

Close #5885
This commit is contained in:
Igal 2014-04-19 20:46:24 -07:00 committed by Adrien Grand
parent f1af845795
commit 76463ee2b2
1 changed files with 1 additions and 1 deletions

View File

@ -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 rem Detect JVM version to figure out appropriate executable to use
if not exist "%JAVA_HOME%\bin\java.exe" ( 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 goto:eof
) )
"%JAVA_HOME%\bin\java" -version 2>&1 | find "64-Bit" >nul: "%JAVA_HOME%\bin\java" -version 2>&1 | find "64-Bit" >nul: