aboutsummaryrefslogtreecommitdiff
path: root/script/run-midbro.sh
diff options
context:
space:
mode:
Diffstat (limited to 'script/run-midbro.sh')
-rw-r--r--script/run-midbro.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/script/run-midbro.sh b/script/run-midbro.sh
index a9bb008..9d5d4b0 100644
--- a/script/run-midbro.sh
+++ b/script/run-midbro.sh
@@ -16,10 +16,10 @@ SCRIPT=$(realpath $2)
BRODIR=$(realpath "$(dirname "$0")/../..")
BROLOG=$(realpath bro.log)
-MIDBRO=${BRODIR}/broccoli/bin/midbropasad
+MIDBRO=${BRODIR}/bin/midbro
MIDBROLOG=$(realpath midbro.log)
-TMPDIR=$(mktemp --directory --tmpdir pasad.XXXX)
+TMPDIR=$(mktemp --directory --tmpdir midbro.XXXX)
echo "* Starting Bro in background ..."
cd "${TMPDIR}" && sudo bro -i "${INTERFACE}" "${SCRIPT}" > ${BROLOG} 2>&1 &