mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Remove echo
This commit is contained in:
@@ -17,7 +17,6 @@ if [ ! -f /opt/so/state/eaintegrationupgrade.txt ]; then
|
||||
IFS=$'\n'
|
||||
for INTEGRATION in $(elastic_fleet_integration_policy_names "$AGENT_POLICY"); do
|
||||
if ! [[ "$INTEGRATION" == "elastic-defend-endpoints" ]] && ! [[ "$INTEGRATION" == "fleet_server-"* ]]; then
|
||||
echo "$INTEGRATION"
|
||||
# Get package name so we know what package to look for when checking the current and latest available version
|
||||
PACKAGE_NAME=$(elastic_fleet_integration_policy_package_name "$AGENT_POLICY" "$INTEGRATION")
|
||||
# Get currently installed version of package
|
||||
|
||||
Reference in New Issue
Block a user