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