From 652df03351642fa2136dd3959a4cc57537c9ce92 Mon Sep 17 00:00:00 2001 From: RamiBerm Date: Wed, 28 Apr 2021 17:33:01 +0300 Subject: [PATCH] Update multi-runner.sh --- api/scripts/multi-runner.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api/scripts/multi-runner.sh b/api/scripts/multi-runner.sh index 61caa7e7b..fc2523514 100755 --- a/api/scripts/multi-runner.sh +++ b/api/scripts/multi-runner.sh @@ -1,4 +1,6 @@ #!/bin/bash + +# this script runs both executables and exits everything if one fails ./apiserver & ./passivetapper -i eth0 & wait -n