because cron does not execute script with env vars, they get dumped into a file and set for the runtime of the script run-taks.sh
3 lines
83 B
Plaintext
3 lines
83 B
Plaintext
0 8 * * * root /opt/app/run-task.sh --today
|
|
*/15 * * * * root /opt/app/run-task.sh
|