From 8098286aa1c8d751e7cf1872775a1bb41538624f Mon Sep 17 00:00:00 2001 From: intrigeri Date: Mon, 13 Dec 2010 11:24:21 +0100 Subject: dup helper: fix separate signing key usecase. Thanks to Ian Beckwith for the patch. --- AUTHORS | 2 +- ChangeLog | 4 ++++ handlers/dup.helper.in | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index 90fa918..9202931 100644 --- a/AUTHORS +++ b/AUTHORS @@ -29,7 +29,7 @@ Adam Monsen - spec file updates Matthew Palmer -- halt loglevel feature dan@garthwaite.org -- reportspace bugfix Tuomas Jormola -- "when = manual" option -Ian Beckwith -- dup bandwidthlimit fix +Ian Beckwith -- dup bandwidthlimit fix, dup helper fix Olivier Berger -- much work on the dup handler stefan -- dup support for Amazon S3 buckets maniacmartin -- rdiff confusing error message fix diff --git a/ChangeLog b/ChangeLog index 8bcdc6b..18d5429 100644 --- a/ChangeLog +++ b/ChangeLog @@ -27,6 +27,10 @@ version 0.9.9 -- UNRELEASED . Fix long rotation. sys: . Route around broken vgcfgbackup not able to handle multiple VG arguments + helper changes + dup: + . Fix separate signing key usecase. Thanks to Ian Beckwith for + the patch. version 0.9.8 -- September 12, 2010 backupninja changes diff --git a/handlers/dup.helper.in b/handlers/dup.helper.in index e985c5e..12331a3 100644 --- a/handlers/dup.helper.in +++ b/handlers/dup.helper.in @@ -179,7 +179,7 @@ do_dup_gpg_signkey() { dup_gpg_onekeypair=no fi - if [ "$dup_gpg_onekeypair" == "no" }; then + if [ "$dup_gpg_onekeypair" == "no" ]; then # signkey ? REPLY= while [ -z "$REPLY" -o -z "$dup_gpg_signkey" ]; do -- cgit v1.2.3