From f6689e31f976f11307b249f4eabed7a6415b11a9 Mon Sep 17 00:00:00 2001 From: Matthew-Otto <106996253+Matthew-Otto@users.noreply.github.com> Date: Wed, 27 Mar 2024 11:14:58 -0500 Subject: [PATCH] fix typo in flash-sd.sh --- linux/sdcard/flash-sd.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux/sdcard/flash-sd.sh b/linux/sdcard/flash-sd.sh index a636f3d60..7019611a9 100755 --- a/linux/sdcard/flash-sd.sh +++ b/linux/sdcard/flash-sd.sh @@ -74,9 +74,9 @@ fi # Prefix partition with "p" for non-SCSI disks (mmcblk, nvme) if [[ $SDCARD == "/dev/sd"* ]]; then - $PART_PREFIX="" + PART_PREFIX="" else - $PART_PREFIX="p" + PART_PREFIX="p" fi # If no images directory, images have not been built