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