mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-01-28 19:03:32 +01:00
Fix syntax
This commit is contained in:
@@ -96,8 +96,8 @@ wazuhmgrwhitelist:
|
||||
|
||||
# Check to see if Wazuh API port is available
|
||||
wazuhportavailable:
|
||||
cmd.run:
|
||||
-name: netstat -utanp | grep ":55000" | grep -qv docker && PROCESS=$(netstat -utanp | grep ":55000" | uniq) && echo "Another process ($PROCESS) appears to be using port 55000. Please terminate this process, or reboot to ensure a clean state so that the Wazuh API can start properly." && exit 1 || exit 0
|
||||
cmd.run:
|
||||
- name: netstat -utanp | grep ":55000" | grep -qv docker && PROCESS=$(netstat -utanp | grep ":55000" | uniq) && echo "Another process ($PROCESS) appears to be using port 55000. Please terminate this process, or reboot to ensure a clean state so that the Wazuh API can start properly." && exit 1 || exit 0
|
||||
|
||||
so-wazuh:
|
||||
docker_container.running:
|
||||
|
||||
Reference in New Issue
Block a user