mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-09 16:42:10 +08:00
remove line break
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user