mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
fixpath for GPG Keys for real
This commit is contained in:
@@ -165,9 +165,9 @@ get_random_value() {
|
||||
gpg_rpm_import() {
|
||||
if [[ "$OS" == "centos" ]]; then
|
||||
if [[ "$WHATWOULDYOUSAYYAHDOHERE" == "setup" ]]; then
|
||||
local RPMKEYSLOC=$temp_install_dir/salt/common/keys
|
||||
local RPMKEYSLOC="../salt/common/keys"
|
||||
else
|
||||
local RPMKEYSLOC=$UPDATEDIR/salt/common/keys
|
||||
local RPMKEYSLOC="$UPDATEDIR/salt/common/keys"
|
||||
fi
|
||||
|
||||
RPMKEYS=('RPM-GPG-KEY-EPEL-7' 'GPG-KEY-WAZUH' 'docker.pub' 'SALTSTACK-GPG-KEY.pub' 'securityonion.pub')
|
||||
|
||||
Reference in New Issue
Block a user