mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-09 16:01:46 +00:00
Bugfix error message in rest function
This commit is contained in:
parent
d507979ec1
commit
d904df57ca
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user