Skip to content

Commit 48eb7c6

Browse files
committed
Fix windows EOL in crontab
1 parent 1588612 commit 48eb7c6

File tree

1 file changed

+3
-3
lines changed
  • root/etc/crontabs

1 file changed

+3
-3
lines changed

root/etc/crontabs/abc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# min hour day month weekday command
2-
0 * * * * /usr/bin/php /app/www/public/crons/cleanup.php
3-
30 23 * * * /usr/bin/php /app/www/public/crons/backup.php
1+
# min hour day month weekday command
2+
0 * * * * /usr/bin/php /app/www/public/crons/cleanup.php
3+
30 23 * * * /usr/bin/php /app/www/public/crons/backup.php

0 commit comments

Comments
 (0)