The udev script should be sh instead of bash to keep dependencies low
This commit is contained in:
parent
2896cc74ad
commit
0fda29f7a1
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
|
||||
if [ "${ID_VENDOR_ID}" == "1781" ]; then
|
||||
if [ "${ACTION}" == "add" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue