fix power button double tap by removing -e flag from inputhandler

Signed-off-by: Stacy Harper <contact@stacyharper.net>
This commit is contained in:
noneofyourbusiness 2021-06-17 16:56:03 +02:00 committed by Stacy Harper
parent 28e05440d7
commit 03b7a9d59f
No known key found for this signature in database
GPG key ID: 5BAC92328B7C5D65

View file

@ -220,7 +220,7 @@ case "$ACTION" in
exit 0 exit 0
;; ;;
"powerbutton_two") "powerbutton_two")
sxmo_blinkled.sh blue && $TERMCMD -e "$SHELL" sxmo_blinkled.sh blue && $TERMCMD "$SHELL"
exit 0 exit 0
;; ;;
"powerbutton_three") "powerbutton_three")