From 905b69ebf189e910544473d860c3569f929dd32f Mon Sep 17 00:00:00 2001 From: Maxim Karasev Date: Tue, 31 Aug 2021 17:34:00 +0300 Subject: [PATCH] Make inputhandler execute command even if blinkled failed Signed-off-by: Stacy Harper --- scripts/core/sxmo_inputhandler.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/core/sxmo_inputhandler.sh b/scripts/core/sxmo_inputhandler.sh index 16ce961..5a0bc2c 100755 --- a/scripts/core/sxmo_inputhandler.sh +++ b/scripts/core/sxmo_inputhandler.sh @@ -168,11 +168,11 @@ case "$ACTION" in exit 0 ;; "powerbutton_two") - sxmo_blinkled.sh blue && $TERMCMD "$SHELL" + sxmo_blinkled.sh blue; $TERMCMD "$SHELL" exit 0 ;; "powerbutton_three") - sxmo_blinkled.sh blue && $BROWSER + sxmo_blinkled.sh blue; $BROWSER exit 0 ;; "voldown_one")