Commit 196afc78 authored by Giuseppe Terrasi's avatar Giuseppe Terrasi

apply the right path in send_email_alterts

parent 25e99ae3
#!/bin/sh
PYTHONPATH=/path/to/dir_above_osqa_site
PYTHONPATH=/srv/www/chiedi.ubuntu-it.org/www
export PYTHONPATH
PROJECT_ROOT=$PYTHONPATH/osqa_site
/path/to/python $PROJECT_ROOT/manage.py send_email_alerts
PROJECT_ROOT=$PYTHONPATH/osqa
/usr/bin/python $PROJECT_ROOT/manage.py send_email_alerts
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment