Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"every :sunday" fails on Solaris #8

Closed
RogerE opened this issue Jun 7, 2009 · 4 comments
Closed

"every :sunday" fails on Solaris #8

RogerE opened this issue Jun 7, 2009 · 4 comments

Comments

@RogerE
Copy link

RogerE commented Jun 7, 2009

I just starting using this great Gem and got into problems when specifying a specific day of week, like "every :sunday". Here is the output I get:

45 3 * * sun /home/.....
crontab: error on previous line; unexpected character found in line.
crontab: errors detected in input, no crontab file generated.

I'm deploying to a Solaris server and it seems that Solaris does not accept the "sun" format for day of week. Is there a way to get whenever to use numbers instead?

@javan
Copy link
Owner

javan commented Jun 11, 2009

Thanks for pointing this out. I can't give this issue much priority at this time, but I'll gladly accept a merge a pull request if you want to take a stab at it.

@RogerE
Copy link
Author

RogerE commented Jun 12, 2009

I have sent you a pull request for a change to use 0-6 instead of sun-sat for weekday.

@javan
Copy link
Owner

javan commented Jun 12, 2009

Thanks! I just took a quick glance it all looks perfect. I'm get this merged in soon -- probably this weekend.

@javan
Copy link
Owner

javan commented Jun 26, 2009

You're fork was finally merged in and included in version 0.3.1. Thanks again.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants