The udev script should be sh instead of bash to keep dependencies low

This commit is contained in:
Lauri 2012-02-20 09:27:28 +01:00 committed by Micke Prag
parent 2896cc74ad
commit 0fda29f7a1

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
if [ "${ID_VENDOR_ID}" == "1781" ]; then
if [ "${ACTION}" == "add" ]; then