Skip to content

Commit

Permalink
Merge pull request #1095 from xzzy/master2
Browse files Browse the repository at this point in the history
python cron fixes
  • Loading branch information
xzzy authored Aug 9, 2024
2 parents d325510 + 7ed265e commit df7c3b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python-cron
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
30 7 * * * /app/bin/backup_bpay.sh

#Rotate Backups
30 6 * * 0 /app/bin/rotate_backups.sh
30 6 * * 7 /app/bin/rotate_backups.sh

# App Monitor Client
10 9 * * 0 python3 /app/manage_ledgergw.py appmonitor_check >> /app/logs/appmonitor_client.log 2>&1
10 9 * * * python3 /app/manage_ledgergw.py appmonitor_check >> /app/logs/appmonitor_client.log 2>&1

0 comments on commit df7c3b9

Please sign in to comment.