mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-09 16:01:46 +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)"
|
||||
_debug response "$response"
|
||||
|
||||
if [ "$response" = '{"result":null,"metadata":null}' ];
|
||||
then
|
||||
if [ "$response" = '{"result":null,"metadata":null}' ]; then
|
||||
_info "Removed, OK"
|
||||
return 0
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user