diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-07-11 21:26:40 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-07-11 21:26:40 -0300 |
commit | b601beed0a88714bb26b70ed0f40b45f29dc7ab2 (patch) | |
tree | 2466a59a65449eea3d6d3827f075e22600827a3d /templates | |
parent | 21807b94b188db016af05a2f072ec54775074a54 (diff) | |
download | puppet-backup-b601beed0a88714bb26b70ed0f40b45f29dc7ab2.tar.gz puppet-backup-b601beed0a88714bb26b70ed0f40b45f29dc7ab2.tar.bz2 |
Using single quotes to password delimiter at dup.conf
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 |