Bugfix error message in rest function

pull/2914/head
Philipp Bandow 5 years ago committed by GitHub
parent d507979ec1
commit d904df57ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -160,7 +160,7 @@ _njalla_rest() {
response="$(_post "$data" "$NJALLA_Api" "" "POST")"
if [ "$?" != "0" ]; then
_err "error $ep"
_err "error $data"
return 1
fi
_debug2 response "$response"

Loading…
Cancel
Save