Skip to content

Commit 849a6ae

Browse files
author
Christopher Norris
committed
Fix syntax error from refactoring case statement
Originated in 0bd5575
1 parent c905b01 commit 849a6ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/InstallScripts/InstallPrawnOS.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ get_emmc_devname() {
4040
local devname=$(ls /dev/mmcblk* | grep -F boot0 | sed "s/boot0//")
4141
if [ -z "$devname" ]
4242
then
43-
echo "Unknown device! can't determine emmc devname. Please file an issue with the output of fdisk -l if you get this on a supported device"; exit 1;;
43+
echo "Unknown device! can't determine emmc devname. Please file an issue with the output of fdisk -l if you get this on a supported device"; exit 1;
4444
fi
4545
echo $devname
4646
}

0 commit comments

Comments
 (0)