Only use usb canary on non-mesh installs

This commit is contained in:
Bob Mottram 2017-05-01 12:34:47 +01:00
parent aabb4503f0
commit 427e910b0f
1 changed files with 3 additions and 0 deletions

View File

@ -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