Skip to content

Commit

Permalink
Revert "quote env vars so shell special characters do not fail"
Browse files Browse the repository at this point in the history
This reverts commit 2656fe6.
  • Loading branch information
chasinglogic committed Jul 4, 2020
1 parent 2656fe6 commit 22366c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/podman.service
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ExecStart=/usr/bin/podman run \
{% endif %}
{% if service.env_vars is defined %}
{% for env in service.env_vars %}
-e '{{ env }}' \
-e {{ env }} \
{% endfor %}
{% endif %}
{{ service.image_name }}:{{ service.image_tag | default('latest') }}
Expand Down

0 comments on commit 22366c0

Please sign in to comment.