From 7318e2b5cfc263933c2f751c71d6dad005138501 Mon Sep 17 00:00:00 2001 From: Maarten van Gompel Date: Tue, 29 Jun 2021 22:50:40 +0200 Subject: [PATCH] shellscript fix after applying last patches --- scripts/core/sxmo_rtcwake.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/core/sxmo_rtcwake.sh b/scripts/core/sxmo_rtcwake.sh index df7eebd..7b89524 100644 --- a/scripts/core/sxmo_rtcwake.sh +++ b/scripts/core/sxmo_rtcwake.sh @@ -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