Make inputhandler execute command even if blinkled failed
Signed-off-by: Stacy Harper <contact@stacyharper.net>
This commit is contained in:
parent
1e20a2223b
commit
905b69ebf1
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue