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 849a6ae commit ba2a01cCopy full SHA for ba2a01c
scripts/InstallScripts/InstallPrawnOS.sh
@@ -42,7 +42,7 @@ get_emmc_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;
44
fi
45
- echo $devname
+ echo $(basename $devname)
46
}
47
48
0 commit comments