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

kenneth_suter
20.31.2007 724dc38dfdca4df6b5426d1feba964aa3892a417
opends/resource/upgrade.bat
@@ -30,6 +30,16 @@
set INSTANCE_ROOT=%DIR_HOME%
:checkNewVersion
if exist "upgrade.bat.NEW" goto newVersion
goto checkJavaBin
:newVersion
echo A new version of this script was made available by the last upgrade
echo operation.  Delete this old version and rename file 'upgrade.bat.NEW'
echo to 'upgrade.bat' before continuing.
goto end
:checkJavaBin
if "%JAVA_BIN%" == "" goto noJavaBin
goto callExtractor