Skip to content

Commit

Permalink
Fix windows EOL in crontab
Browse files Browse the repository at this point in the history
  • Loading branch information
austinwbest committed Nov 26, 2024
1 parent 1588612 commit 48eb7c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions root/etc/crontabs/abc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# min hour day month weekday command
0 * * * * /usr/bin/php /app/www/public/crons/cleanup.php
30 23 * * * /usr/bin/php /app/www/public/crons/backup.php
# min hour day month weekday command
0 * * * * /usr/bin/php /app/www/public/crons/cleanup.php
30 23 * * * /usr/bin/php /app/www/public/crons/backup.php

0 comments on commit 48eb7c6

Please sign in to comment.