Make inputhandler execute command even if blinkled failed

Signed-off-by: Stacy Harper <contact@stacyharper.net>
master
Maxim Karasev 3 years ago committed by Stacy Harper
parent 1e20a2223b
commit 905b69ebf1
No known key found for this signature in database
GPG Key ID: 5BAC92328B7C5D65
  1. 4
      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")

Loading…
Cancel
Save