mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-05-11 00:12:43 +00:00
yet more formatting
This commit is contained in:
parent
9fdd77875f
commit
4f233cdb19
@ -812,7 +812,7 @@ _pleskxml_rmv_txt_record() {
|
|||||||
| grep -F "<host>${2:-<NON_MATCHING_GARBAGE>}." \
|
| grep -F "<host>${2:-<NON_MATCHING_GARBAGE>}." \
|
||||||
| grep -F "<value>${3:-<NON_MATCHING_GARBAGE>}</value>" \
|
| grep -F "<value>${3:-<NON_MATCHING_GARBAGE>}</value>" \
|
||||||
| sed -E 's/(^[[:space:]]+|[[:space:]]+$)//g' \
|
| sed -E 's/(^[[:space:]]+|[[:space:]]+$)//g' \
|
||||||
32m | tr -d '\n'
|
| tr -d '\n'
|
||||||
)"
|
)"
|
||||||
# Run 2 separate GREP filters, because the host and value order isn't mandatory in the API return data
|
# Run 2 separate GREP filters, because the host and value order isn't mandatory in the API return data
|
||||||
# ands this avoids regex and escaping which is easier
|
# ands this avoids regex and escaping which is easier
|
||||||
|
Loading…
x
Reference in New Issue
Block a user