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

jvergara
02.00.2008 30fd46a50be3f046a1eff45c5c05db761ef5d8fb
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
opends/resource/bin/_mixed-script.sh 3 ●●●●● patch | view | raw | blame | history
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