diff options
Diffstat (limited to 'cron/send_email_alerts_virtualenv')
-rw-r--r-- | cron/send_email_alerts_virtualenv | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cron/send_email_alerts_virtualenv b/cron/send_email_alerts_virtualenv index 6c9e154d..2f1b64d0 100644 --- a/cron/send_email_alerts_virtualenv +++ b/cron/send_email_alerts_virtualenv @@ -1,7 +1,7 @@ #!/bin/sh -WORKON_HOME=~/envs/osqa -PROJECT_ROOT=~/webapps/osqa_server/projects/osqa/ +WORKON_HOME=~/envs/askbot +PROJECT_ROOT=~/webapps/askbot_server/projects/askbot/ # activate virtual environment . $WORKON_HOME/bin/activate |