diff --git a/getuto b/getuto index d12aa9b..feabc54 100755 --- a/getuto +++ b/getuto @@ -77,7 +77,7 @@ getuto_refresh() { done # We only sign (-> ultimate trust) the keys we originally import, so this is fine and # just serves as an additional refresh method. - gpg --with-colons --list-keys | grep "^uid" | cut -d: -f10 | \ + gpg --batch --with-colons --list-keys | grep "^uid" | cut -d: -f10 | \ sed -n 's/.*<\([^>]\+@[^>]\+\.[^>]\+\)>.*/\1/p' | sort -u | \ xargs gpg ${QUIET_GPG} --auto-key-locate=clear,nodefault,wkd --locate-key || true @@ -171,7 +171,7 @@ if [[ ! -d ${GNUPGHOME} ]] ; then done # We only sign (-> ultimate trust) the keys we originally import, so this is fine and # just serves as an additional refresh method. - gpg --with-colons --list-keys | grep "^uid" | cut -d: -f10 | \ + gpg --batch --with-colons --list-keys | grep "^uid" | cut -d: -f10 | \ sed -n 's/.*<\([^>]\+@[^>]\+\.[^>]\+\)>.*/\1/p' | sort -u | \ xargs gpg ${QUIET_GPG} --auto-key-locate=clear,nodefault,wkd --locate-key || true