diff options
-rwxr-xr-x | addons/x11phonehome/etc/init.d/local-phonehome | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addons/x11phonehome/etc/init.d/local-phonehome b/addons/x11phonehome/etc/init.d/local-phonehome index b825650..d6b12a4 100755 --- a/addons/x11phonehome/etc/init.d/local-phonehome +++ b/addons/x11phonehome/etc/init.d/local-phonehome @@ -36,7 +36,7 @@ d_start() { # Dirty hack to overload newer PWC driver insmod $(find /lib/modules/ -name videodev.ko) || true - insmod $(find /lib/modules/ -regex '/media/pwc\.ko') || true + insmod $(find /lib/modules/ -regex '.*/media/pwc\.ko') || true # /usr/bin/motion simpleopal -lanVIX h323:192.168.102.160 |