Must pass -k flag to rattail overnight command

This commit is contained in:
Lance Edgar 2022-11-21 15:39:49 -06:00
parent 25891902b8
commit 4c8e956fec
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ cd ${envroot}
RATTAIL="bin/rattail --config=app/cron.conf" RATTAIL="bin/rattail --config=app/cron.conf"
$RATTAIL overnight ${automation.lower()} <%text>\</%text> $RATTAIL overnight -k ${automation.lower()} <%text>\</%text>
--no-versioning <%text>\</%text> --no-versioning <%text>\</%text>
% if email_key is not Undefined and email_key: % if email_key is not Undefined and email_key:
--email-key '${email_key}' <%text>\</%text> --email-key '${email_key}' <%text>\</%text>

View file

@ -4,7 +4,7 @@ cd ${envroot}
RATTAIL="bin/rattail --config=app/cron.conf" RATTAIL="bin/rattail --config=app/cron.conf"
$RATTAIL overnight ${automation.lower()} <%text>\</%text> $RATTAIL overnight -k ${automation.lower()} <%text>\</%text>
--no-versioning <%text>\</%text> --no-versioning <%text>\</%text>
% if email_key is not Undefined and email_key: % if email_key is not Undefined and email_key:
--email-key '${email_key}' <%text>\</%text> --email-key '${email_key}' <%text>\</%text>