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

jvergara
08.32.2007 ee3642c86959b44af3ff0e9fde9950a966527596
opends/resource/uninstall
@@ -117,7 +117,7 @@
# Launch the uninstall process.
"${JAVA_BIN}" org.opends.quicksetup.uninstaller.UninstallLauncher "${@}"
"${JAVA_BIN}" org.opends.guitools.uninstaller.UninstallLauncher "${@}"
RETURN_CODE=$?
if test ${RETURN_CODE} -eq 50
@@ -126,4 +126,4 @@
  exit 0
else
  exit ${RETURN_CODE}
fi
fi