From 0f667e38181f01ba7affb926ed8a56eb0a0e59d8 Mon Sep 17 00:00:00 2001 From: Chris Long Date: Sat, 8 Sep 2018 09:55:36 -0700 Subject: [PATCH] Give suricata time to start [ci skip] The pgrep check is failing if Suricata doesn't start fast enough --- Vagrant/bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Vagrant/bootstrap.sh b/Vagrant/bootstrap.sh index d85f878..9a519bd 100644 --- a/Vagrant/bootstrap.sh +++ b/Vagrant/bootstrap.sh @@ -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