-
-
Notifications
You must be signed in to change notification settings - Fork 249
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
Admin script configuration UI: add possibility to enable/disable scheduling #362
Comments
Thought I'd leave my workaround here as well, since I've seen it mentioned in some threads, but no actual examples. Simple script that checks the folder where the schedules are stored, giving you the option to "manage them", as in delete or list contents. Not pretty but does the job: Runner:
Script: `#!/bin/sh ACTION=${1} case ${ACTION} in printf "Okay, running ${COMMAND} on the selected file: ${FILE}" |
Hehe, nice! :) One side note question out of curiosity: why are you using |
You're right, now that I think of it, that doesn't make sense, I removed that:D |
I replaced |
just a note: this issue is about adding a possibility on admin UI to enable scheduling for a particular script configuration: And this is resolved now There is a separate ticket in #625 for managing created schedules |
No description provided.
The text was updated successfully, but these errors were encountered: