Fixed a wrong virtualenv path in bin/mm_hourly
- Legacy-Id: 13705
This commit is contained in:
parent
0cc41b965b
commit
6b69660559
|
@ -10,6 +10,6 @@ DTDIR=/a/www/ietf-datatracker/web
|
|||
cd $DTDIR/
|
||||
|
||||
# Set up the virtual environment
|
||||
source $DTDIR/bin/activate
|
||||
source $DTDIR/env/bin/activate
|
||||
|
||||
$DTDIR/ietf/manage.py import_mailman_listinfo
|
||||
|
|
Loading…
Reference in a new issue