|
@ -85,7 +85,7 @@ then |
|
|
|
|
|
|
|
|
if [[ -z "${formatted_body}" && "${is_html}" == "true" ]]; then |
|
|
if [[ -z "${formatted_body}" && "${is_html}" == "true" ]]; then |
|
|
formatted_body="${text}" |
|
|
formatted_body="${text}" |
|
|
log("$debug", "formatted_body=${formatted_body}") |
|
|
|
|
|
|
|
|
log_debug "$debug" "formatted_body=${formatted_body}" |
|
|
fi |
|
|
fi |
|
|
|
|
|
|
|
|
text=$(echo -n "${text}" | jq -R -s .) |
|
|
text=$(echo -n "${text}" | jq -R -s .) |
|
|