Skip to content
Snippets Groups Projects
Unverified Commit 540bd701 authored by Bob Mottram's avatar Bob Mottram
Browse files

Mark insecure mesh clients

parent 2a6bcf2e
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment