-
Hi, great piece of software. For automation purposes I have a single question. What is the command for 'save to crontab' Some background for my automation question: I put my jobs in my repository in a .db file with the typical JSON format. COPY it in my dockerfile. It loads nicely in the UI, but now I want it to be scheduled automatically through a RUN command in my dockerfile. Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
maxdraad
Jun 18, 2021
Replies: 1 comment
-
Autosave does the trick ofcourse: Issue solved :) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
maxdraad
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Autosave does the trick ofcourse:
crontab-ui --autosave
Issue solved :)