From: Silvio Rhatto Date: Mon, 12 Jul 2010 00:26:40 +0000 (-0300) Subject: Using single quotes to password delimiter at dup.conf X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=b601beed0a88714bb26b70ed0f40b45f29dc7ab2;p=puppet-backup.git Using single quotes to password delimiter at dup.conf --- 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