From: drebs Date: Sun, 13 Dec 2009 01:01:01 +0000 (-0200) Subject: another missing whitespace. X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=39525031704db81bfd0cd3732d7437643236ddf8;p=puppet-backup.git another missing whitespace. --- 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