Fixed another styling issue (trailing spaces)

This commit is contained in:
Rolph Haspers 2019-08-19 16:01:51 +02:00
parent 54b38086e5
commit 400c31d031
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ _lsw_api() {
if [ "$cmd" = "POST" ]; then
data="{\"name\": \"$fulldomain.\",\"type\": \"TXT\",\"content\": [\"$txtvalue\"],\"ttl\": 60}"
response="$(_post "$data" "$LSW_API/$domain/resourceRecordSets" "$data" "POST")"
response="$(_post "$data" "$LSW_API/$domain/resourceRecordSets" "$data" "POST")"
_code="$(grep "^HTTP" "$HTTP_HEADER" | _tail_n 1 | cut -d " " -f 2 | tr -d "\\r\\n")"
_debug "http response code $_code"
_debug response "$response"