Error out in testing if machine type isn't known to run.sh.

This commit is contained in:
Érico Nogueira 2021-07-05 21:29:01 -03:00
parent b6462521f0
commit 1809bde178
1 changed files with 3 additions and 0 deletions

View File

@ -70,6 +70,9 @@ case "$(uname -m)" in
APPEND="loglevel=7 zbm.show"
SERDEV="ttyS0"
;;
*)
echo "Unknown machine type '$(uname -m)', please add it to run.sh"
exit 1
esac
DRIVE=()