Skip to content

Commit

Permalink
Fixed udev-trigger to apply group perm
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Venries committed Oct 26, 2016
1 parent 7355976 commit 487fa59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ check_udev_rules() {
read -p "=> Do you wish to trigger it ? (y/n) " -n 1 yn && echo
case $yn in
[Yy]* ) sudo udevadm control -R && \
sudo udevadm trigger -v -s backlight;;
sudo udevadm trigger -c add -s backlight;;
[Nn]* ) exit;;
* ) exit;;
esac
Expand Down

0 comments on commit 487fa59

Please sign in to comment.