Browse Source

No intrusion detection on the mesh variant

Bob Mottram 10 years ago
parent
commit
928c58d40c
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      src/freedombone

+ 3
- 0
src/freedombone View File

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