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

Signed-off-by: Stacy Harper <contact@stacyharper.net>
master
noneofyourbusiness 3 years ago committed by Stacy Harper
parent 28e05440d7
commit 03b7a9d59f
No known key found for this signature in database
GPG Key ID: 5BAC92328B7C5D65
  1. 2
      scripts/core/sxmo_inputhandler.sh

@ -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")

Loading…
Cancel
Save