mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-10 00:11:45 +00:00
Fix missed whitespaces
This commit is contained in:
parent
a8202d4b37
commit
ecba959dd9
@ -155,7 +155,7 @@ dns_inwx_rm() {
|
|||||||
if ! printf "%s" "$response" | grep "count" -q; then
|
if ! printf "%s" "$response" | grep "count" -q; then
|
||||||
_info "Do not need to delete record"
|
_info "Do not need to delete record"
|
||||||
else
|
else
|
||||||
_record_id=$(printf '%s' "$response" | sed -nE 's/.*(<member><name>record){1}(.*)(<name>id<\/name><value><int>)([0-9]+){1}.*/\4/p')
|
_record_id=$(printf '%s' "$response" | sed -nE 's/.*(<member><name>record){1}(.*)(<name>id<\/name><value><int>)([0-9]+){1}.*/\4/p')
|
||||||
_info "Deleting record"
|
_info "Deleting record"
|
||||||
_inwx_delete_record "$_record_id"
|
_inwx_delete_record "$_record_id"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user