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

diff --git a/firma b/firma
index 9f59b0a6fca9c1aea38a6f66162b888caefc840a..d3e733c29362c93be4a660f70cdb9718f4ed0b10 100755 (executable)
--- a/firma
+++ b/firma
@@ -1503,7 +1503,7 @@ function SubscribeUsers {
         method="--recv-keys"
       fi
       shift
-      $GPG --yes --keyserver $keyserver $method $*
+      $GPG --no-batch --keyserver $keyserver $method $*
       return_code=$?
     else
       echo >&2 "subscribe: missing parameters: type subscribe help"