fix(restic-backup.service): missing whitespace

This commit is contained in:
angristan 2019-03-21 11:51:04 +01:00
parent ddc4ad9837
commit 39930de0d1

View file

@ -16,7 +16,7 @@ ExecStart={{ restic_path }} backup --verbose {{ folder.path }} {{ folder.exclude
{% endfor -%}
{% for database in restic_databases %}
ExecStart={{ database.dump_command}} | {{ restic_path }} backup --verbose --stdin --stdin-filename {{ database.name }}.sql
ExecStart={{ database.dump_command }} | {{ restic_path }} backup --verbose --stdin --stdin-filename {{ database.name }}.sql
{% endfor -%}
{% if restic_forget %}