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

Document how to run cron by loading bash shell #1365

Merged
merged 2 commits into from
Jun 15, 2020
Merged

Conversation

sean-e-dietrich
Copy link
Member

Documented how to set up a crontab and how to load the bash profile so that the commands and shell are available to run.

Closes docksal/service-cli#187

@@ -24,6 +24,14 @@ A crontab file has six fields for specifying minute, hour, day of month, month,
+------------- min (0 - 59)
```

By default cron runs commands through `/bin/sh` and can sometimes cause issues when trying to run commands that are
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

By default,

@lmakarov lmakarov merged commit c2045f9 into develop Jun 15, 2020
@lmakarov lmakarov deleted the feature/crontab_docs branch June 15, 2020 16:33
@lmakarov lmakarov added this to To do in 1.14.0 via automation Jun 15, 2020
@lmakarov
Copy link
Member

Thanks!

@lmakarov lmakarov mentioned this pull request Jul 2, 2020
@lmakarov lmakarov moved this from To do to Done in 1.14.0 Jul 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
1.14.0
  
Done
Development

Successfully merging this pull request may close these issues.

Unable to execute core:cron from crontab
3 participants