Resolves #5824, error when running kibana.bat with node x86 on win x64

This commit is contained in:
Dimo Terziev 2016-01-06 20:40:26 +00:00
parent 797c7098cf
commit 98bb27b175

View file

@ -14,7 +14,7 @@ IF %ERRORLEVEL% EQU 0 (
If Not Exist "%NODE%" (
IF Exist "%SYS_NODE%" (
set NODE=%SYS_NODE%
set "NODE=%SYS_NODE%"
) else (
Echo unable to find usable node.js executable.
Exit /B 1