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

Using config.cron container ends with "sleep: invalid number '4h'" #148

Closed
kremanjel opened this issue Aug 2, 2019 · 3 comments
Closed

Comments

@kremanjel
Copy link

Using the config.cron file in data folder with following content:
INTERVAL=4h
RUN_OPTIONS=

Running the docker container it runs through with a successfull convertion but then ends with with following message:
sleep: invalid number '4h'

@andig
Copy link
Owner

andig commented Oct 21, 2019

cc @Skyr

@andig
Copy link
Owner

andig commented Oct 21, 2019

I'm closing this one as I cannot repro. The default 4h setting works fine for me when mounted into the container. Feel free to reopen with steps to reproduce.

@andig andig closed this as completed Oct 21, 2019
@Skyr
Copy link

Skyr commented Oct 22, 2019

@kremanjel wild guess: Did you edit the config file on Windows? Then you probably have a file with Windows line endings (crlf), which causes strange errors in Linux shells.

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

3 participants