Unverified Commit 63a779ba authored by stilez's avatar stilez Committed by GitHub
Browse files

remove unnecessary \

parent 2d1a776d
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment