浏览代码

No intrusion detection on the mesh variant

Bob Mottram 10 年前
父节点
当前提交
928c58d40c
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3
    0
      src/freedombone

+ 3
- 0
src/freedombone 查看文件

@@ -9624,6 +9624,9 @@ function intrusion_detection {
9624 9624
   if grep -Fxq "intrusion_detection" $COMPLETION_FILE; then
9625 9625
       return
9626 9626
   fi
9627
+  if [[ $SYSTEM_TYPE == "$VARIANT_MESH" ]]; then
9628
+      return
9629
+  fi
9627 9630
   apt-get -y install tripwire
9628 9631
   apt-get -y autoremove
9629 9632
   cd /etc/tripwire