No intrusion detection on the mesh variant

This commit is contained in:
Bob Mottram 2015-07-25 23:05:50 +01:00
parent 73d2ce5ee7
commit 928c58d40c
1 changed files with 3 additions and 0 deletions

View File

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