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

lutoff
10.00.2007 6518af45f6fe9a246752b48f4a5cba02afdc7b80
opendj-sdk/opends/resource/uninstall
@@ -118,3 +118,12 @@
# Launch the uninstall process.
"${JAVA_BIN}" org.opends.quicksetup.uninstaller.UninstallLauncher "${@}"
RETURN_CODE=$?
if test ${RETURN_CODE} -eq 50
then
  # Version info was on requested
  exit 0
else
  exit ${RETURN_CODE}
fi