From f89846b3c02e0f81aa517763631147f7dbe26c2c Mon Sep 17 00:00:00 2001 From: Rohan Rangray Date: Wed, 3 Jun 2015 04:22:16 -0700 Subject: [PATCH] Made the cron script log everything to /var/log/usernotifications --- scripts/notify_users.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/notify_users.sh b/scripts/notify_users.sh index 89fc31e..16211bd 100644 --- a/scripts/notify_users.sh +++ b/scripts/notify_users.sh @@ -3,4 +3,4 @@ source secrets.sh source venv/bin/activate cd /srv/flashy-backend -python manage.py notifyusers +python manage.py notifyusers 2>&1 >> /var/log/usernotifications -- 1.9.1