Fixed missing object in node-typo2
This commit is contained in:
parent
906b42fe8e
commit
22fd593e36
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ Group={{ group }}
|
|||
EnvironmentFile=/etc/default/{{ svc }}
|
||||
ExecStart={{ bin_path }}/{{ svc }} $ARGS
|
||||
{%- if args is string %} {{ args }}{% else %}
|
||||
{%- for arg in args %}} \
|
||||
{%- for arg in args %} \
|
||||
{{ arg }}
|
||||
{%- endfor %}
|
||||
{%- endif %}
|
||||
|
|
Loading…
Reference in a new issue