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

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