From 03b7a9d59f073ffa373b0b7d857722ea551c83fc Mon Sep 17 00:00:00 2001 From: noneofyourbusiness Date: Thu, 17 Jun 2021 16:56:03 +0200 Subject: [PATCH] fix power button double tap by removing -e flag from inputhandler Signed-off-by: Stacy Harper --- scripts/core/sxmo_inputhandler.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/core/sxmo_inputhandler.sh b/scripts/core/sxmo_inputhandler.sh index f041a9b..afacb13 100755 --- a/scripts/core/sxmo_inputhandler.sh +++ b/scripts/core/sxmo_inputhandler.sh @@ -220,7 +220,7 @@ case "$ACTION" in exit 0 ;; "powerbutton_two") - sxmo_blinkled.sh blue && $TERMCMD -e "$SHELL" + sxmo_blinkled.sh blue && $TERMCMD "$SHELL" exit 0 ;; "powerbutton_three")