mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-18 10:46:22 +00:00
Disable the memory card indicator on the ACT led
This commit is contained in:
parent
b8099372dd
commit
81dc5233da
@ -28,6 +28,8 @@ tasks = [
|
||||
else
|
||||
console.log("Device isn't a virgin")
|
||||
callback()
|
||||
(callback) ->
|
||||
fs.writeFile('/sys/class/leds/led0/trigger', 'none', callback)
|
||||
(callback) ->
|
||||
hakiApp = new Application(state.get('gitUrl'), '/home/haki/hakiapp', 'haki')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user