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.
2 parents bb43ce0 + ba2a01c commit 83efbe0Copy full SHA for 83efbe0
scripts/InstallScripts/InstallPrawnOS.sh
@@ -67,7 +67,7 @@ get_emmc_devname() {
67
then
68
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;
69
fi
70
- echo $devname
+ echo $(basename $devname)
71
}
72
73
get_sd_devname() {
0 commit comments