Selaa lähdekoodia

No intrusion detection on the mesh variant

Bob Mottram 10 vuotta sitten
vanhempi
commit
928c58d40c
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  1. 3
    0
      src/freedombone

+ 3
- 0
src/freedombone Näytä tiedosto

@@ -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