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
 }
552
 }
553
 
553
 
554
 function create_usb_canary {
554
 function create_usb_canary {
555
+    if [[ $SYSTEM_TYPE == "mesh"* ]]; then
556
+        return
557
+    fi
555
     if [[ $(is_completed $FUNCNAME) == "1" ]]; then
558
     if [[ $(is_completed $FUNCNAME) == "1" ]]; then
556
         return
559
         return
557
     fi
560
     fi