From: rhatto Date: Tue, 10 Oct 2006 03:22:26 +0000 (+0000) Subject: SubscribeUsers minor fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=bf71a39de512384566d886b41a26d89e598d3d36;p=firma.git SubscribeUsers minor fix --- diff --git a/firma b/firma index 9f59b0a..d3e733c 100755 --- 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"