@@ -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