fix(restic-backup.service): missing whitespace
This commit is contained in:
parent
ddc4ad9837
commit
39930de0d1
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue