mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
fix typo in flash-sd.sh
This commit is contained in:
parent
ce290e5c29
commit
f6689e31f9
@ -74,9 +74,9 @@ fi
|
|||||||
|
|
||||||
# Prefix partition with "p" for non-SCSI disks (mmcblk, nvme)
|
# Prefix partition with "p" for non-SCSI disks (mmcblk, nvme)
|
||||||
if [[ $SDCARD == "/dev/sd"* ]]; then
|
if [[ $SDCARD == "/dev/sd"* ]]; then
|
||||||
$PART_PREFIX=""
|
PART_PREFIX=""
|
||||||
else
|
else
|
||||||
$PART_PREFIX="p"
|
PART_PREFIX="p"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# If no images directory, images have not been built
|
# If no images directory, images have not been built
|
||||||
|
Loading…
Reference in New Issue
Block a user