Skip to content

Commit f9a3323

Browse files
committed
output
1 parent 3835d5b commit f9a3323

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

usr/bin/dist-installer-cli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@ update_sources() {
746746
true "INFO: Exit code is zero but that does not guarantee in case of dnf that there is no error."
747747
if printf '%s' "$update_output" | grep --ignore-case -- "Error:" >/dev/null ; then
748748
log error "${underline}Package List Update:${nounderline} Exit code was '0' but 'Error:' found in output."
749-
if printf '%s' "$update_output" | grep --ignore-case -- "GPG signature verification error: Signing key not" >/dev/null; then
749+
if printf '%s' "$update_output" | grep --ignore-case -- "OpenPGP signature verification error: Signing key not" >/dev/null; then
750750
log warn "${underline}Package List Update:${nounderline} Signing key not found. Skipping due to 'rpm --import' failing to import keys, but '--assumeyes' being used will import keys."
751751
return 0
752752
fi

0 commit comments

Comments
 (0)