Skip to content

Commit 83efbe0

Browse files
authored
Merge pull request #281 from ifbizo/install-syntax
Fix syntax error from refactoring case statement
2 parents bb43ce0 + ba2a01c commit 83efbe0

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
@@ -67,7 +67,7 @@ get_emmc_devname() {
6767
then
6868
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;
6969
fi
70-
echo $devname
70+
echo $(basename $devname)
7171
}
7272

7373
get_sd_devname() {

0 commit comments

Comments
 (0)