mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-08 02:02:50 +01:00
Remove check for cookie
This commit is contained in:
@@ -12,11 +12,6 @@ if [ $? -ne 0 ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
SESSIONCOOKIE=$(echo "$curl_output" | grep sid | awk '{print $7}')
|
||||
if [ -z "$SESSIONCOOKIE" ]; then
|
||||
echo "Warning: Session cookie is empty."
|
||||
fi
|
||||
|
||||
IFS=$'\n'
|
||||
agent_policies=$(elastic_fleet_agent_policy_names)
|
||||
if [ $? -ne 0 ]; then
|
||||
|
||||
Reference in New Issue
Block a user