소스 검색

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