From e775a304a4797ecba26c01f9eb84a2b0b3511b7e Mon Sep 17 00:00:00 2001 From: rimu <3310831+rimu@users.noreply.github.com> Date: Fri, 23 Feb 2024 19:04:03 +1300 Subject: [PATCH] email notifs shell script for cron --- email_notifs.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 email_notifs.sh diff --git a/email_notifs.sh b/email_notifs.sh new file mode 100755 index 00000000..b3914bf8 --- /dev/null +++ b/email_notifs.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +source venv/bin/activate +export FLASK_APP=pyfedi.py +flask send_missed_notifs