From 39525031704db81bfd0cd3732d7437643236ddf8 Mon Sep 17 00:00:00 2001 From: drebs Date: Sat, 12 Dec 2009 23:01:01 -0200 Subject: another missing whitespace. --- templates/dup.conf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') 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 -- cgit v1.2.3