We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e50b45 commit 186adf7Copy full SHA for 186adf7
out
@@ -53,6 +53,7 @@ then
53
fi
54
55
export TEXT_FILE_CONTENT=""
56
+[[ -n "${text_file}" && ! -f "${text_file}" ]] && text_file=""
57
[[ -n "${text_file}" && -f "${text_file}" ]] && TEXT_FILE_CONTENT="$(cat "${text_file}")"
58
59
ATTACHMENTS_FILE_CONTENT=""
0 commit comments