No intrusion detection on the mesh variant
This commit is contained in:
parent
73d2ce5ee7
commit
928c58d40c
|
@ -9624,6 +9624,9 @@ function intrusion_detection {
|
||||||
if grep -Fxq "intrusion_detection" $COMPLETION_FILE; then
|
if grep -Fxq "intrusion_detection" $COMPLETION_FILE; then
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
|
if [[ $SYSTEM_TYPE == "$VARIANT_MESH" ]]; then
|
||||||
|
return
|
||||||
|
fi
|
||||||
apt-get -y install tripwire
|
apt-get -y install tripwire
|
||||||
apt-get -y autoremove
|
apt-get -y autoremove
|
||||||
cd /etc/tripwire
|
cd /etc/tripwire
|
||||||
|
|
Loading…
Reference in New Issue