import rpm logic change

This commit is contained in:
m0duspwnens
2023-07-25 10:21:44 -04:00
parent fd69d1c714
commit 39662ccf14

View File

@@ -210,7 +210,7 @@ gpg_rpm_import() {
rpm --import $RPMKEYSLOC/$RPMKEY
echo "Imported $RPMKEY"
done
else
elif [[ $is_rpm ]]; then
info "Importing the security onion GPG key"
rpm --import ../salt/repo/client/files/oracle/keys/securityonion.pub
fi