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