summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBarnaby Gray2017-10-10 13:42:21 +0100
committerBarnaby Gray2017-10-10 13:42:21 +0100
commit16370b1fe0b6d3b8a096a2c864a6c2cd9da954dc (patch)
tree5e7a61719caf2be4c6d9cf08d712ecf7fe534207
parent8602de3525dd1ca21e713eb9defc62a5f9a30a1c (diff)
downloadaur-16370b1fe0b6d3b8a096a2c864a6c2cd9da954dc.tar.gz
Fix path to hciconfig
-rw-r--r--50-bluetooth-hci-auto-poweron.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/50-bluetooth-hci-auto-poweron.rules b/50-bluetooth-hci-auto-poweron.rules
index 0f616c15d372..f88cefe4abc1 100644
--- a/50-bluetooth-hci-auto-poweron.rules
+++ b/50-bluetooth-hci-auto-poweron.rules
@@ -1,2 +1,2 @@
# Set bluetooth power up
-ACTION=="add", SUBSYSTEM=="bluetooth", KERNEL=="hci[0-9]*", RUN+="/bin/hciconfig %k up"
+ACTION=="add", SUBSYSTEM=="bluetooth", KERNEL=="hci[0-9]*", RUN+="/usr/bin/hciconfig %k up"