2022-01-28 15:29:32 -06:00
|
|
|
#!/bin/sh -e
|
|
|
|
|
|
|
|
cd ${envroot}
|
|
|
|
|
2022-11-27 12:47:39 -06:00
|
|
|
export RATTAIL_CONFIG_FILES=${overnight_conf}
|
2022-01-28 15:29:32 -06:00
|
|
|
|
2024-05-29 06:30:22 -05:00
|
|
|
bin/rattail --no-versioning overnight -k ${automation.lower()} <%text>\</%text>
|
2022-11-20 20:02:48 -06:00
|
|
|
% if email_key is not Undefined and email_key:
|
|
|
|
--email-key '${email_key}' <%text>\</%text>
|
|
|
|
% endif
|
|
|
|
--no-email-if-empty <%text>\</%text>
|
|
|
|
--wait
|