Only use usb canary on non-mesh installs
This commit is contained in:
parent
aabb4503f0
commit
427e910b0f
|
@ -552,6 +552,9 @@ function disable_null_passwords {
|
|||
}
|
||||
|
||||
function create_usb_canary {
|
||||
if [[ $SYSTEM_TYPE == "mesh"* ]]; then
|
||||
return
|
||||
fi
|
||||
if [[ $(is_completed $FUNCNAME) == "1" ]]; then
|
||||
return
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue