14 lines
360 B
Mako
14 lines
360 B
Mako
#!/bin/sh -e
|
|
|
|
cd ${envroot}
|
|
|
|
RATTAIL="bin/rattail --config=app/cron.conf"
|
|
|
|
$RATTAIL overnight -k ${automation.lower()} <%text>\</%text>
|
|
--no-versioning <%text>\</%text>
|
|
% if email_key is not Undefined and email_key:
|
|
--email-key '${email_key}' <%text>\</%text>
|
|
% endif
|
|
--email-if-empty <%text>\</%text>
|
|
--no-wait
|
|
|