mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-10 00:11:45 +00:00
remove line break
This commit is contained in:
parent
81ba629b56
commit
0499d2b5c4
@ -134,8 +134,7 @@ dns_one_rm() {
|
|||||||
response="$(echo "$response" | _normalizeJson)"
|
response="$(echo "$response" | _normalizeJson)"
|
||||||
_debug response "$response"
|
_debug response "$response"
|
||||||
|
|
||||||
if [ "$response" = '{"result":null,"metadata":null}' ];
|
if [ "$response" = '{"result":null,"metadata":null}' ]; then
|
||||||
then
|
|
||||||
_info "Removed, OK"
|
_info "Removed, OK"
|
||||||
return 0
|
return 0
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user