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

lutoff
10.00.2007 d805a36cc67fa38d11eda2f09f661ba21c6add70
opends/resource/upgrade.bat
@@ -70,6 +70,7 @@
FOR %%x in ("%INSTANCE_ROOT%\lib\*.jar") DO call "%INSTANCE_ROOT%\lib\setcp.bat" %%x
set CLASSPATH=%DIR_HOME%\classes;%CLASSPATH%
"%JAVA_BIN%" org.opends.quicksetup.upgrader.BuildExtractor %*
if %errorlevel% == 50 goto version
if not %errorlevel% == 0 goto end
goto upgrader
@@ -79,4 +80,8 @@
"%JAVA_BIN%" org.opends.quicksetup.upgrader.UpgradeLauncher %*
goto end
:version
rem version information was requested. Return code should be 0.
exit /B 0
:end