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

Valery Kharseko
21.09.2025 2bdfe7a8692dc4bd4d6dbdac53e4babc188f413f
opendj-server-legacy/resource/upgrade.bat
@@ -36,7 +36,7 @@
set DIR_CLASSES="%INSTANCE_ROOT%\classes"
rem The upgrade is not compatible with patches. If the folder is not empty
rem we renamed it as "classes.disabled", and the upgrade process should be launched properly.
IF EXIST "%DIR_CLASSES%" (
IF EXIST %DIR_CLASSES% (
  for /F %%i in ('dir /b %DIR_CLASSES%\*.*') do goto renamePatchesFolder
)
goto end