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

travis fix

parent d7affad0
......@@ -249,7 +249,7 @@ _call_api() {
errtext="$(_value "$pleskxml_prettyprint_result" \
| grep -E "(<status>|<errcode>|<errtext>)" \
| sed -E 's/^<(status|errcode|errtext)>/\1: /' \
| sed -E 's/(^[[:space:]]+|<\/(status|errcode|errtext)>$)//g' \
| sed -E 's/(^[[:space:]]+|<\/(status|errcode|errtext)>$)//g'
)"
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