Explorar el Código

Only use usb canary on non-mesh installs

Bob Mottram hace 8 años
padre
commit
427e910b0f
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3
    0
      src/freedombone-utils-setup

+ 3
- 0
src/freedombone-utils-setup Ver fichero

@@ -552,6 +552,9 @@ function disable_null_passwords {
552 552
 }
553 553
 
554 554
 function create_usb_canary {
555
+    if [[ $SYSTEM_TYPE == "mesh"* ]]; then
556
+        return
557
+    fi
555 558
     if [[ $(is_completed $FUNCNAME) == "1" ]]; then
556 559
         return
557 560
     fi