service: quote post command in service definition

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2023-09-27 20:28:58 +02:00
parent 802cd09d6d
commit 4d4f8f2956
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}