From 928c58d40c5cee75dd56bb321e4b27759eb33517 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 25 Jul 2015 23:05:50 +0100 Subject: [PATCH] No intrusion detection on the mesh variant --- src/freedombone | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/freedombone b/src/freedombone index 756f7ff4..1ba00c5a 100755 --- a/src/freedombone +++ b/src/freedombone @@ -9624,6 +9624,9 @@ function intrusion_detection { if grep -Fxq "intrusion_detection" $COMPLETION_FILE; then return fi + if [[ $SYSTEM_TYPE == "$VARIANT_MESH" ]]; then + return + fi apt-get -y install tripwire apt-get -y autoremove cd /etc/tripwire