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