aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/respawn.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/respawn.sh b/contrib/respawn.sh
index d8c5d505..49ec3acd 100755
--- a/contrib/respawn.sh
+++ b/contrib/respawn.sh
@@ -1,5 +1,6 @@
#!/bin/sh
while [ -e /etc/passwd ]; do
cat /lib/firmware/sysmobts-v?.out > /dev/dspdl_dm644x_0
+ echo "0" > /sys/class/leds/activity_led/brightness
$*
done