mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-09 16:01:46 +00:00
remove unnecessary \
This commit is contained in:
parent
2d1a776db7
commit
63a779baa8
@ -250,7 +250,7 @@ _call_api() {
|
||||
|
||||
# We have some status lines that aren't "ok". Get the details
|
||||
errtext="$(_value "$pleskxml_prettyprint_result" \
|
||||
| sed -rn 's/^ *<(status|errcode|errtext)>([^<]+)<\/(status|errcode|errtext)> *$/\1: \2/p' \
|
||||
| sed -rn 's/^ *<(status|errcode|errtext)>([^<]+)<\/(status|errcode|errtext)> *$/\1: \2/p'
|
||||
)"
|
||||
|
||||
elif ! _value "$statuslines" | grep -q '<status>ok</status>'; then
|
||||
|
Loading…
Reference in New Issue
Block a user