if ls -l /dev/disk/by-label/ | $GREP -q "$DM"; then
break
else
- $SLEEP 0.3
+ $SLEEP 1
fi
done
}
else
vtlog "==== create ventoy device mapper failed ===="
- $SLEEP 5
+ $SLEEP 3
if $GREP -q "/dev/$VTDISK" /proc/mounts; then
$GREP "/dev/$VTDISK" /proc/mounts | while read vtLine; do