Mark insecure mesh clients

This commit is contained in:
Bob Mottram 2016-08-31 14:25:29 +01:00
parent 2a6bcf2e04
commit 540bd701a0
No known key found for this signature in database
GPG Key ID: 0452CC7CEA982E38
1 changed files with 4 additions and 0 deletions

View File

@ -358,6 +358,10 @@ fi
if [[ $VARIANT == 'meshclient' || $VARIANT == 'meshusb' ]]; then
IMAGE_NAME=$'meshclient'
if [[ $INSECURE != 'no' ]]; then
IMAGE_NAME=$'meshclient-insecure'
fi
if [ ! $IMAGE_SIZE_SPECIFIED ]; then
IMAGE_SIZE=7.8G
fi