Changeset - 88acb15c1c12
[Not reviewed]
0 2 0
Lance Edgar - 6 months ago 2024-05-29 06:31:41
lance@edbob.org
Fix command line args in scripts, per typer
2 files changed with 2 insertions and 4 deletions:
0 comments (0 inline, 0 general) First comment
rattail_fabric2/deploy/luigi/cron-overnight.sh.mako
Show inline comments
 
@@ -4,8 +4,7 @@ cd ${envroot}
 

	
 
export RATTAIL_CONFIG_FILES=${overnight_conf}
 

	
 
bin/rattail overnight -k ${automation.lower()} <%text>\</%text>
 
        --no-versioning <%text>\</%text>
 
bin/rattail --no-versioning overnight -k ${automation.lower()} <%text>\</%text>
 
        % if email_key is not Undefined and email_key:
 
        --email-key '${email_key}' <%text>\</%text>
 
        % endif
rattail_fabric2/deploy/luigi/restart-overnight.sh.mako
Show inline comments
 
@@ -4,8 +4,7 @@ cd ${envroot}
 

	
 
export RATTAIL_CONFIG_FILES=${overnight_conf}
 

	
 
bin/rattail overnight -k ${automation.lower()} <%text>\</%text>
 
        --no-versioning <%text>\</%text>
 
bin/rattail --no-versioning overnight -k ${automation.lower()} <%text>\</%text>
 
        % if email_key is not Undefined and email_key:
 
        --email-key '${email_key}' <%text>\</%text>
 
        % endif
0 comments (0 inline, 0 general) First comment
You need to be logged in to comment. Login now