Skip to content

Commit

Permalink
Merge pull request #815 from xzzy/master
Browse files Browse the repository at this point in the history
Fix Bpay Cron Path
  • Loading branch information
xzzy committed Aug 18, 2020
2 parents 3329b21 + 99422ee commit e27136b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cron
@@ -1,5 +1,5 @@
#*/2 * * * * root export $(grep -v '^#' /etc/.cronenv | xargs -d '\n') && python /app/manage_ledgergw.py test_email >> /tmp/test_email.log 2>&1
#
*/1 * * * root eval $(grep -v '^#' /etc/.cronenv | xargs -d "\n" -I {} echo export \"{}\" ) && echo "testing" >> /tmp/cron.log
0 4 * * * root eval $(grep -v '^#' /etc/.cronenv | xargs -d "\n" -I {} echo export \"{}\" ) && python manage_ledgergw.py collectbpay /mnt/external/CommBiz_WildlifeLicensing 2>&1 | logger -t wl_collectbpay
0 4 * * * root eval $(grep -v '^#' /etc/.cronenv | xargs -d "\n" -I {} echo export \"{}\" ) && python /app/manage_ledgergw.py collectbpay /mnt/external/CommBiz_WildlifeLicensing 2>&1 | logger -t wl_collectbpay

0 comments on commit e27136b

Please sign in to comment.