Call twitter posting script from the main cron job
authorMagnus Hagander <magnus@hagander.net>
Thu, 20 Aug 2009 19:07:25 +0000 (21:07 +0200)
committerMagnus Hagander <magnus@hagander.net>
Thu, 20 Aug 2009 19:07:25 +0000 (21:07 +0200)
planet_run.sh

index c3f87fd8d1ca9e4ebdba6b13a77086796c0627ff..6d9f3e25c3104f549132bacc9531d3fe14b196de 100755 (executable)
@@ -6,4 +6,5 @@ cd /home/planetpg/planet
 date >> planet.log
 python aggregator.py >> planet.log 2>&1
 python generator.py >>planet.log 2>&1
+python posttotwitter.py >>planet.log 2>&1
 echo Done `date` >> planet.log