mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-08 15:31:45 +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")"
|
||||
|
||||
if [ "$?" != "0" ]; then
|
||||
_err "error $ep"
|
||||
_err "error $data"
|
||||
return 1
|
||||
fi
|
||||
_debug2 response "$response"
|
||||
|
Loading…
Reference in New Issue
Block a user