mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-31 00:23:57 +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
|
else
|
||||||
console.log("Device isn't a virgin")
|
console.log("Device isn't a virgin")
|
||||||
callback()
|
callback()
|
||||||
|
(callback) ->
|
||||||
|
fs.writeFile('/sys/class/leds/led0/trigger', 'none', callback)
|
||||||
(callback) ->
|
(callback) ->
|
||||||
hakiApp = new Application(state.get('gitUrl'), '/home/haki/hakiapp', 'haki')
|
hakiApp = new Application(state.get('gitUrl'), '/home/haki/hakiapp', 'haki')
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user