diff options
author | Theo Chatzimichos <tampakrap@gentoo.org> | 2010-09-12 23:33:40 +0300 |
---|---|---|
committer | Theo Chatzimichos <tampakrap@gentoo.org> | 2010-09-12 23:33:40 +0300 |
commit | 6382d95779a59c995f70192eac1e02bb8eeeb659 (patch) | |
tree | bc1f6d68a9aa2c5a22a165f802d58a5edd635323 /scripts | |
parent | Small fixes to cron and base configs (diff) | |
download | planet-6382d95779a59c995f70192eac1e02bb8eeeb659.tar.gz planet-6382d95779a59c995f70192eac1e02bb8eeeb659.tar.bz2 planet-6382d95779a59c995f70192eac1e02bb8eeeb659.zip |
Another small fix in cron job
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/update-venus | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/update-venus b/scripts/update-venus index a58d6eef..3ed1d0a6 100644 --- a/scripts/update-venus +++ b/scripts/update-venus @@ -20,7 +20,7 @@ for x in planet universe; do done fi cat ${BASE_DIR}planet-gentoo/configs/base/venus.${x} ${BASE_DIR}planet-gentoo/configs/${x}/* > ${BASE_DIR}generated_configs/venus.${x}.ini - python ${VENUS_DIR}planet.py ${BASE_DIR}configs/venus.${x}.ini > ${BASE_DIR}logs/${x}/${LOG_DATE}.log 2>&1 + python ${VENUS_DIR}planet.py ${BASE_DIR}generated_configs/venus.${x}.ini > ${BASE_DIR}logs/${x}/${LOG_DATE}.log 2>&1 done # Delete old logs |