diff options
Diffstat (limited to 'usr/libexec/commission/off.sh')
-rwxr-xr-x | usr/libexec/commission/off.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/libexec/commission/off.sh b/usr/libexec/commission/off.sh index afd3c1f..ae86c55 100755 --- a/usr/libexec/commission/off.sh +++ b/usr/libexec/commission/off.sh @@ -1,4 +1,7 @@ #!/bin/bash +STINV="/sys/class/leds/led-status/invert" +echo "Clear the blink" +echo "0" > "$STINV" INIT=$(ps --no-headers -o comm -p1) sleep 30 if [[ ${INIT} == systemd ]] ; then |