mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 11:26:56 -08:00
email notifs shell script for cron
This commit is contained in:
parent
768ea4b65b
commit
e775a304a4
1 changed files with 5 additions and 0 deletions
5
email_notifs.sh
Executable file
5
email_notifs.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
source venv/bin/activate
|
||||
export FLASK_APP=pyfedi.py
|
||||
flask send_missed_notifs
|
Loading…
Reference in a new issue