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