Merge pull request #259 from Security-Onion-Solutions/fix/wazuh_whitelist

Don't restart when running whitelist script
This commit is contained in:
Mike Reeves
2020-01-28 21:44:06 -05:00
committed by GitHub

View File

@@ -27,7 +27,7 @@ if grep -q -R "wazuh: 1" /opt/so/saltstack/pillar/*; then
echo "Added whitelist entry for {{ MASTERIP }} in $WAZUH_MGR_CFG."
echo
echo "Restarting OSSEC Server..."
/usr/sbin/so-wazuh-restart
#/usr/sbin/so-wazuh-restart
fi
fi