aboutsummaryrefslogtreecommitdiffstats
path: root/tools/send_mail.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/send_mail.sh')
-rwxr-xr-xtools/send_mail.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/send_mail.sh b/tools/send_mail.sh
index 2645552..a09ee98 100755
--- a/tools/send_mail.sh
+++ b/tools/send_mail.sh
@@ -23,7 +23,7 @@ $argc_body" | \
--mail-from "$EMAIL_SMTP_USER" \
--mail-rcpt "$argc_recipient" \
--upload-file -
- echo "Email sent successfully"
+ echo "Email sent successfully" >> "$LLM_OUTPUT"
}
eval "$(argc --argc-eval "$0" "$@")"