Browse Source
Bugfix error message in rest function
pull/2914/head
Philipp Bandow
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
dnsapi/dns_njalla.sh
|
@ -160,7 +160,7 @@ _njalla_rest() { |
|
|
response="$(_post "$data" "$NJALLA_Api" "" "POST")" |
|
|
response="$(_post "$data" "$NJALLA_Api" "" "POST")" |
|
|
|
|
|
|
|
|
if [ "$?" != "0" ]; then |
|
|
if [ "$?" != "0" ]; then |
|
|
_err "error $ep" |
|
|
|
|
|
|
|
|
_err "error $data" |
|
|
return 1 |
|
|
return 1 |
|
|
fi |
|
|
fi |
|
|
_debug2 response "$response" |
|
|
_debug2 response "$response" |
|
|