Must pass -k
flag to rattail overnight
command
This commit is contained in:
parent
25891902b8
commit
4c8e956fec
|
@ -4,7 +4,7 @@ cd ${envroot}
|
|||
|
||||
RATTAIL="bin/rattail --config=app/cron.conf"
|
||||
|
||||
$RATTAIL overnight ${automation.lower()} <%text>\</%text>
|
||||
$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>
|
||||
|
|
|
@ -4,7 +4,7 @@ cd ${envroot}
|
|||
|
||||
RATTAIL="bin/rattail --config=app/cron.conf"
|
||||
|
||||
$RATTAIL overnight ${automation.lower()} <%text>\</%text>
|
||||
$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>
|
||||
|
|
Loading…
Reference in a new issue