ITPLAT-518 add templated whitespace after endif to ensure newline is placed

This commit is contained in:
Brett Meehan
2021-03-03 17:44:59 +11:00
parent 92baa3c291
commit 2ac2738985

View File

@@ -18,9 +18,9 @@ StandardError=journal+console
{# Bitbucket DC sets up its service start/stop logging in a different way to all our other DC offerings and so we exclude it from having the catalina.out redirect and foreground startup #} {# Bitbucket DC sets up its service start/stop logging in a different way to all our other DC offerings and so we exclude it from having the catalina.out redirect and foreground startup #}
{% if (atl_product_family == "stash") %} {% if (atl_product_family == "stash") %}
PIDFile={{ atl_product_home }}/log/bitbucket.pid PIDFile={{ atl_product_home }}/log/bitbucket.pid
ExecStart={{ atl_startup_exec_path }}{% for c in atl_startup_exec_options %} {{ c }}{% endfor %} ExecStart={{ atl_startup_exec_path }}{% for c in atl_startup_exec_options %} {{ c }}{% endfor %}{{}}
ExecStop={{ atl_stop_exec_path }} ExecStop={{ atl_stop_exec_path }}
{% else -%} {% else %}
ExecStart={{ atl_startup_exec_path }}{% for c in atl_startup_exec_options %} {{ c }}{% endfor %} >{{ atl_product_installation_current }}/logs/catalina.out 2>&1 ExecStart={{ atl_startup_exec_path }}{% for c in atl_startup_exec_options %} {{ c }}{% endfor %} >{{ atl_product_installation_current }}/logs/catalina.out 2>&1
{% endif %} {% endif %}