aboutsummaryrefslogtreecommitdiffstats
path: root/hotplug/phidgets
blob: f9fbb482ab47aa3ec5dff8f5aa0e25dc934c95a5 (plain)
1
2
3
4
5
6
7
#!/bin/bash

if [ "$ACTION" = "add" ] && [ -f "$DEVICE" ]
then
	chmod 666 "$DEVICE"
fi
.md?h=upstream/1.2.1&id=7d0c23406b3d58bdeb467025198d89f5efea884d&follow=1'>Will this work?Kevin Lange1-0/+2