From: rhatto Date: Tue, 10 Oct 2006 03:16:22 +0000 (+0000) Subject: SubscribeUsers minor fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=6b5857c46326d671735abb897238c2ddef03b840;p=firma.git SubscribeUsers minor fix --- 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"