shellscript fix after applying last patches
This commit is contained in:
parent
e6ea657634
commit
7318e2b5cf
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ REDLED_PATH="/sys/class/leds/red:indicator/brightness"
|
|||
BLUELED_PATH="/sys/class/leds/blue:indicator/brightness"
|
||||
|
||||
finish() {
|
||||
kill $BLINKPID
|
||||
kill "$BLINKPID"
|
||||
|
||||
sxmo_screenlock.sh updateLed
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue