We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c905b01 commit 849a6aeCopy full SHA for 849a6ae
scripts/InstallScripts/InstallPrawnOS.sh
@@ -40,7 +40,7 @@ get_emmc_devname() {
40
local devname=$(ls /dev/mmcblk* | grep -F boot0 | sed "s/boot0//")
41
if [ -z "$devname" ]
42
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;;
+ 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;
44
fi
45
echo $devname
46
}
0 commit comments