Browse Source

Mark insecure mesh clients

Bob Mottram 8 years ago
parent
commit
540bd701a0
No account linked to committer's email
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      src/freedombone-image

+ 4
- 0
src/freedombone-image View File

@@ -358,6 +358,10 @@ fi
358 358
 
359 359
 if [[ $VARIANT == 'meshclient' || $VARIANT == 'meshusb' ]]; then
360 360
     IMAGE_NAME=$'meshclient'
361
+    if [[ $INSECURE != 'no' ]]; then
362
+        IMAGE_NAME=$'meshclient-insecure'
363
+    fi
364
+
361 365
     if [ ! $IMAGE_SIZE_SPECIFIED ]; then
362 366
         IMAGE_SIZE=7.8G
363 367
     fi