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

jvergara
04.52.2007 8fff747e51b3e14027105f8e72763dc1d086f187
Fix for issue 2224.i
Do not use winlauncher for uninstall.bat as now it is a CLI only command.

1 files modified
9 ■■■■ changed files
opends/resource/uninstall.bat 9 ●●●● patch | view | raw | blame | history
opends/resource/uninstall.bat
@@ -68,14 +68,7 @@
"%JAVA_BIN%" org.opends.server.tools.InstallDS -t > NUL 2>&1
if not %errorlevel% == 0 goto noValidJavaHome
if "%~1" == "" goto callLaunch
goto callJava
:callLaunch
"%DIR_HOME%\lib\winlauncher.exe" launch "%JAVA_BIN%" %JAVA_ARGS% org.opends.guitools.uninstaller.UninstallLauncher
goto end
:callJava
set SCRIPT_NAME_ARG="-Dorg.opends.server.scriptName=uninstall.bat"
"%JAVA_BIN%" %JAVA_ARGS% org.opends.guitools.uninstaller.UninstallLauncher %*
rem return part