rattail-fabric2/rattail_fabric2/deploy/luigi/restart-overnight.sh.mako

14 lines
364 B
Mako

#!/bin/sh -e
cd ${envroot}
export RATTAIL_CONFIG_FILES=${overnight_conf}
bin/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