diff options
Diffstat (limited to 'cron-jobs/update-web-db')
-rwxr-xr-x | cron-jobs/update-web-db | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cron-jobs/update-web-db b/cron-jobs/update-web-db index 275676e..3f4a2fc 100755 --- a/cron-jobs/update-web-db +++ b/cron-jobs/update-web-db @@ -36,7 +36,7 @@ for repo in ${REPOS}; do if [[ -f $dbfile ]]; then echo "Updating ${repo}-${arch}" >> "${LOGOUT}" ./manage.py reporead ${flags} ${arch} ${dbfile} >> "${LOGOUT}" 2>&1 - echo "" + echo "" >> "${LOGOUT}" fi done done |