Browse Source

Only use usb canary on non-mesh installs

Bob Mottram 8 years ago
parent
commit
427e910b0f
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      src/freedombone-utils-setup

+ 3
- 0
src/freedombone-utils-setup View File

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