kopia lustrzana https://gitlab.com/sane-project/backends
$BUSNAME is a full device path, not just the device node name
rodzic
2c9a411b12
commit
6fed5be5f3
|
@ -11,8 +11,8 @@ case $DEVCLASS in
|
|||
echo $BUSNAME > /var/run/${DEVNAME}.bus
|
||||
chown _cups:_saned /dev/${DEVNAME}.* &&
|
||||
chmod 660 /dev/${DEVNAME}.*
|
||||
chown _cups:_saned /dev/$BUSNAME &&
|
||||
chmod 660 /dev/$BUSNAME
|
||||
chown _cups:_saned $BUSNAME &&
|
||||
chmod 660 $BUSNAME
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
|
|
Ładowanie…
Reference in New Issue