Skip to content

Commit

Permalink
travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbyquaker committed Sep 13, 2017
1 parent f243041 commit 335400b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/after-install.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ echo "creating $UDEVFILE"

cat > $UDEVFILE << EOF
# HIDAPI/libusb
SUBSYSTEM=="usb", ATTRS{idVendor}=="0416", ATTRS{idProduct}=="5020", GROUP="${GROUP}", MODE="0660"
SUBSYSTEM=="usb", ATTRS{idVendor}=="0416", ATTRS{idProduct}=="5020", GROUP="$GROUP", MODE="0660"
# HIDAPI/hidraw
KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="0416", ATTRS{idProduct}=="5020", GROUP="${GROUP}", MODE="0660"
KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="0416", ATTRS{idProduct}=="5020", GROUP="$GROUP", MODE="0660"
EOF

echo "to get access to the arcticfox device add your user to the group ${GROUP}"
echo "to get access to the arcticfox device add your user to the group $GROUP"

0 comments on commit 335400b

Please sign in to comment.