Changing how we activate the venv to make cron happier.
parent
50de741ec4
commit
13371126fb
|
@ -1,5 +1,5 @@
|
|||
cd /home/gamerdonkey/code/wiki-mad-libs/batch
|
||||
source ../wiki-mad-libs-env/bin/activate
|
||||
. ../wiki-mad-libs-env/bin/activate
|
||||
python process_wiki_article.py
|
||||
cp article.js ./archive/$(date +%Y%m%dT%H%M%S).js
|
||||
mv article.js /home/gamerdonkey/public_html/waki-libs/
|
||||
|
|
Loading…
Reference in New Issue