Mark insecure mesh clients
This commit is contained in:
parent
2a6bcf2e04
commit
540bd701a0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue