shellcheck

This commit is contained in:
Maxim Devaev
2022-06-24 16:05:10 +03:00
parent f8e9036986
commit 9f4c241204
5 changed files with 23 additions and 16 deletions

View File

@@ -29,7 +29,7 @@ board="$1"
port="$2"
# https://gist.github.com/mdevaev/6eb65be689142e5ac16da7542f50830f
model="`tr < /proc/device-tree/model -d '\000'`"
model="$(tr < /proc/device-tree/model -d '\000')"
case "$board" in
"rpi2")