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

jvergara
02.00.2008 a5b10194627613faa706541591bfc6dccafc52a1
Fix for issue 3106 (Backup's exit status 0 despite error in parameters)

If there is a problem executing the script exit with the returned error code.
1 files modified
3 ■■■■■ changed files
opendj-sdk/opends/resource/bin/_mixed-script.sh 3 ●●●●● patch | view | raw | blame | history
opendj-sdk/opends/resource/bin/_mixed-script.sh
@@ -103,6 +103,9 @@
  if test ${EC} -eq 52
  then
    MUST_CALL_AGAIN="true"
  else
    # This is likely a problem with the provided arguments.
    exit ${EC}
  fi
fi