Fixed another styling issue (trailing spaces)
This commit is contained in:
parent
54b38086e5
commit
400c31d031
@ -111,7 +111,7 @@ _lsw_api() {
|
|||||||
|
|
||||||
if [ "$cmd" = "POST" ]; then
|
if [ "$cmd" = "POST" ]; then
|
||||||
data="{\"name\": \"$fulldomain.\",\"type\": \"TXT\",\"content\": [\"$txtvalue\"],\"ttl\": 60}"
|
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")"
|
_code="$(grep "^HTTP" "$HTTP_HEADER" | _tail_n 1 | cut -d " " -f 2 | tr -d "\\r\\n")"
|
||||||
_debug "http response code $_code"
|
_debug "http response code $_code"
|
||||||
_debug response "$response"
|
_debug response "$response"
|
||||||
|
Loading…
Reference in New Issue
Block a user