Give suricata time to start [ci skip]

The pgrep check is failing if Suricata doesn't start fast enough
This commit is contained in:
Chris Long
2018-09-08 09:55:36 -07:00
committed by GitHub
parent 053205a025
commit 0f667e3818

View File

@@ -360,6 +360,7 @@ install_suricata() {
suricata-update
service suricata stop
service suricata start
sleep 3
# Verify that Suricata is running
if ! pgrep -f suricata > /dev/null; then