소스 검색

No intrusion detection on the mesh variant

Bob Mottram 10 년 전
부모
커밋
928c58d40c
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3
    0
      src/freedombone

+ 3
- 0
src/freedombone 파일 보기

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