Browse Source

Bugfix error message in rest function

pull/2914/head
Philipp Bandow 4 years ago
committed by GitHub
parent
commit
d904df57ca
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      dnsapi/dns_njalla.sh

2
dnsapi/dns_njalla.sh

@ -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