X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;ds=sidebyside;f=lbs-filter-gpg;fp=lbs-filter-gpg;h=010c05f40edf196c0fcb9482dc50c401d02cd7dd;hb=ed9f6041c4c8c653e44a8edeeaa846e5db01587b;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")