Skip to content

Commit

Permalink
Merge pull request #281 from ifbizo/install-syntax
Browse files Browse the repository at this point in the history
Fix syntax error from refactoring case statement
  • Loading branch information
SolidHal committed Jul 26, 2022
2 parents bb43ce0 + ba2a01c commit 83efbe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/InstallScripts/InstallPrawnOS.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ get_emmc_devname() {
then
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;
fi
echo $devname
echo $(basename $devname)
}

get_sd_devname() {
Expand Down

0 comments on commit 83efbe0

Please sign in to comment.