service: quote post command in service definition
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
802cd09d6d
commit
4d4f8f2956
|
@ -12,7 +12,7 @@ ExecStart={{ github_webhook_script_dir }}/server.py \
|
|||
--repo-url={{ github_webhook_repo_url | mandatory }} \
|
||||
--repo-branch={{ github_webhook_repo_branch | mandatory }} \
|
||||
{% if github_webhook_post_command is defined %}
|
||||
--post-command={{ github_webhook_post_command | mandatory }} \
|
||||
--post-command='{{ github_webhook_post_command | mandatory }}' \
|
||||
{% endif %}
|
||||
{{ github_webhook_dest_path | mandatory }}
|
||||
WorkingDirectory={{ github_webhook_script_dir }}
|
||||
|
|
Loading…
Reference in New Issue