You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 1 to enable, any other value to disable.
MAIL_SUCCESS=0
if [ "$VERBOSITY" -eq 1 ]; then
send_mail < "$TMP_OUTPUT"
else
# or send a short mail if enabled on success
if [ "$MAIL_SUCCESS" -eq 1 ]; then
trim_log < "$TMP_OUTPUT" | send_mail
fi
fi
Is there a configuration for only sending out the E-Mail if something is wrong?
As I am using healtchecks.io I would get notified if something is wrong with the script.
The text was updated successfully, but these errors were encountered: