Fix command line args in scripts, per typer
This commit is contained in:
parent
8f8013aee0
commit
88acb15c1c
2 changed files with 2 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue