Fix command line args in scripts, per typer
This commit is contained in:
parent
8f8013aee0
commit
88acb15c1c
|
@ -4,8 +4,7 @@ cd ${envroot}
|
||||||
|
|
||||||
export RATTAIL_CONFIG_FILES=${overnight_conf}
|
export RATTAIL_CONFIG_FILES=${overnight_conf}
|
||||||
|
|
||||||
bin/rattail overnight -k ${automation.lower()} <%text>\</%text>
|
bin/rattail --no-versioning overnight -k ${automation.lower()} <%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>
|
||||||
% endif
|
% endif
|
||||||
|
|
|
@ -4,8 +4,7 @@ cd ${envroot}
|
||||||
|
|
||||||
export RATTAIL_CONFIG_FILES=${overnight_conf}
|
export RATTAIL_CONFIG_FILES=${overnight_conf}
|
||||||
|
|
||||||
bin/rattail overnight -k ${automation.lower()} <%text>\</%text>
|
bin/rattail --no-versioning overnight -k ${automation.lower()} <%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>
|
||||||
% endif
|
% endif
|
||||||
|
|
Loading…
Reference in a new issue