mirror of https://github.com/hak5/shark-files.git
LED: Fix LED paths (again)
parent
e9fa48db58
commit
08d100cceb
|
@ -1,8 +1,8 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
RED_LED="/sys/class/leds/red:system/brightness"
|
RED_LED="/sys/class/leds/led_red/brightness"
|
||||||
GREEN_LED="/sys/class/leds/green:system/brightness"
|
GREEN_LED="/sys/class/leds/led_green/brightness"
|
||||||
BLUE_LED="/sys/class/leds/blue:system/brightness"
|
BLUE_LED="/sys/class/leds/led_blue/brightness"
|
||||||
|
|
||||||
colors=(0 0 0)
|
colors=(0 0 0)
|
||||||
pattern=(1 0 0 0 0 0)
|
pattern=(1 0 0 0 0 0)
|
||||||
|
|
Loading…
Reference in New Issue