aboutsummaryrefslogtreecommitdiff
path: root/firma
diff options
context:
space:
mode:
authorrhatto <rhatto>2006-10-10 03:22:26 +0000
committerrhatto <rhatto>2006-10-10 03:22:26 +0000
commitbf71a39de512384566d886b41a26d89e598d3d36 (patch)
treea5b77ad21e254812768241825d81d9e389f825e8 /firma
parent6b5857c46326d671735abb897238c2ddef03b840 (diff)
downloadfirma-bf71a39de512384566d886b41a26d89e598d3d36.tar.gz
firma-bf71a39de512384566d886b41a26d89e598d3d36.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 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"