X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=lbs-filter-gpg;h=010c05f40edf196c0fcb9482dc50c401d02cd7dd;hb=ff0872f12968a00ea2e3d2b95c54f97d98b51585;hp=547f1d8cf830e4b7a4fe78c820a555d78dd222ee;hpb=c58e9ce625efbdecd2e505102ed273eacad409d2;p=cumulus.git diff --git a/lbs-filter-gpg b/lbs-filter-gpg index 547f1d8..010c05f 100755 --- a/lbs-filter-gpg +++ b/lbs-filter-gpg @@ -14,7 +14,7 @@ # LBS_GPG_PASSPHRASE passphrase to supply to gpg, if needed declare -a gpg_options -gpg_options=(--quiet) +gpg_options=(--quiet --batch) if [ -n "$LBS_GPG_HOME" ]; then gpg_options=("${gpg_options[@]}" --homedir "$LBS_GPG_HOME")