diff options
Diffstat (limited to 'templates/dup.conf.erb')
-rw-r--r-- | templates/dup.conf.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/dup.conf.erb b/templates/dup.conf.erb index d35e0e2..9070bac 100644 --- a/templates/dup.conf.erb +++ b/templates/dup.conf.erb @@ -26,7 +26,7 @@ mkdir -p $TMP export PASSPHRASE="<%= password %>" # adds support for checking the existing backup -if [ "$1" == "--check"]; then +if [ "$1" == "--check" ]; then duplicity collection-status file:///$BACKUP_FOLDER else # it's important to let $EXCLUDE come before $INCLUDE to |