]> gitweb.fluxo.info Git - firma.git/commitdiff
SubscribeUsers minor fix
authorrhatto <rhatto>
Tue, 10 Oct 2006 03:16:22 +0000 (03:16 +0000)
committerrhatto <rhatto>
Tue, 10 Oct 2006 03:16:22 +0000 (03:16 +0000)
firma

diff --git a/firma b/firma
index 4a6e3e96f1ba9fc8fbe08623fef91b6995619b56..9f59b0a6fca9c1aea38a6f66162b888caefc840a 100755 (executable)
--- 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"