Fixed missing object in node-typo2

This commit is contained in:
Eric Renfro 2019-05-08 18:43:22 -04:00
parent 906b42fe8e
commit 22fd593e36
Signed by: psi-jack
GPG Key ID: 14977F3A50D9A5BF
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ Group={{ group }}
EnvironmentFile=/etc/default/{{ svc }} EnvironmentFile=/etc/default/{{ svc }}
ExecStart={{ bin_path }}/{{ svc }} $ARGS ExecStart={{ bin_path }}/{{ svc }} $ARGS
{%- if args is string %} {{ args }}{% else %} {%- if args is string %} {{ args }}{% else %}
{%- for arg in args %}} \ {%- for arg in args %} \
{{ arg }} {{ arg }}
{%- endfor %} {%- endfor %}
{%- endif %} {%- endif %}