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