aboutsummaryrefslogtreecommitdiff
path: root/firma
diff options
context:
space:
mode:
authorrhatto <rhatto>2006-10-10 03:16:22 +0000
committerrhatto <rhatto>2006-10-10 03:16:22 +0000
commit6b5857c46326d671735abb897238c2ddef03b840 (patch)
tree8698856ccb706fb03b5294859a3bbee24b5caaf9 /firma
parente6765a62bc975f10cd202a5914adf558dd873499 (diff)
downloadfirma-6b5857c46326d671735abb897238c2ddef03b840.tar.gz
firma-6b5857c46326d671735abb897238c2ddef03b840.tar.bz2
SubscribeUsers minor fix
Diffstat (limited to 'firma')
-rwxr-xr-xfirma2
1 files changed, 1 insertions, 1 deletions
diff --git a/firma b/firma
index 4a6e3e9..9f59b0a 100755
--- a/firma
+++ b/firma
@@ -1503,7 +1503,7 @@ function SubscribeUsers {
method="--recv-keys"
fi
shift
- $GPG --keyserver $keyserver $method $*
+ $GPG --yes --keyserver $keyserver $method $*
return_code=$?
else
echo >&2 "subscribe: missing parameters: type subscribe help"