Skip to content

Commit

Permalink
update script *.ts to *.js after transpile
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoerlitz committed Jan 20, 2024
1 parent 837f95e commit 0efbb15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions misc/crontab.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
0 1 * * * cd /opt/trainingcenter_backend && node ./dist/misc/scripts/CheckEndorsements.ts >> /var/log/check_endorsement.log
0 */1 * * * cd /opt/trainingcenter_backend && node ./dist/misc/scripts/SendReminderMail.ts >> /var/log/check_endorsement.log
0 1 * * * cd /opt/trainingcenter_backend && node ./dist/misc/scripts/CheckEndorsements.js >> /var/log/check_endorsement.log
0 */1 * * * cd /opt/trainingcenter_backend && node ./dist/misc/scripts/SendReminderMail.js >> /var/log/check_endorsement.log

0 comments on commit 0efbb15

Please sign in to comment.