diff options
Diffstat (limited to 'templates')
-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 9c37b7d..a4b7210 100644 --- a/templates/dup.conf.erb +++ b/templates/dup.conf.erb @@ -23,7 +23,7 @@ INCLUDE="$INCLUDE --include <%= add %>" TMP="/var/tmp" mkdir -p $TMP -export PASSPHRASE="<%= password %>" +export PASSPHRASE='<%= password %>' # adds support for checking the existing backup if [ "$1" == "--check" ]; then |