diff --git a/bin/_blackbox_common.sh b/bin/_blackbox_common.sh index c21d70c..fb30bdd 100755 --- a/bin/_blackbox_common.sh +++ b/bin/_blackbox_common.sh @@ -201,7 +201,7 @@ function prepare_keychain() { make_self_deleting_tempfile keyringasc export LANG="C.UTF-8" $GPG --export --keyring "$(get_pubring_path)" >"$keyringasc" - $GPG --import "$keyringasc" + $GPG --import "$keyringasc" 2>&1 | egrep -v 'not changed$' >&2 echo '========== Importing keychain: DONE' >&2 }