diff options
Diffstat (limited to 'scripts/kvmd-udev-hdmiusb-check')
-rwxr-xr-x | scripts/kvmd-udev-hdmiusb-check | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kvmd-udev-hdmiusb-check b/scripts/kvmd-udev-hdmiusb-check index 350bbf10..db118e96 100755 --- a/scripts/kvmd-udev-hdmiusb-check +++ b/scripts/kvmd-udev-hdmiusb-check @@ -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") |