mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Ludovic Poitou
12.40.2013 2a8cb5725682888c793426aef4e21a6d744b5e30
opendj-sdk/opends/resource/setup.bat
@@ -40,8 +40,10 @@
set INSTALL_ROOT=%DIR_HOME%
set INSTANCE_DIR=
for /f "delims=" %%a in (%INSTALL_ROOT%\instance.loc) do (
  set INSTANCE_DIR=%%a
if exist "%INSTALL_ROOT%\instance.loc" (
  set /p INSTANCE_DIR=<%INSTALL_ROOT%\instance.loc
) else (
set INSTANCE_DIR=.
)
set CUR_DIR=%CD%
cd /d %INSTALL_ROOT%