Skip to content

Fix curl error handling and improve error message

fodor0205 requested to merge fodor0205/psu:curl-error-handling into 1-3-stable

Resolves #34 by:

  • relocating the error check calls to be in the same operation with curl_wrapper calls, thus not exiting the script
  • improving log messages with curl exit codes.

Merge request reports