Make inputhandler execute command even if blinkled failed

Signed-off-by: Stacy Harper <contact@stacyharper.net>
This commit is contained in:
Maxim Karasev 2021-08-31 17:34:00 +03:00 committed by Stacy Harper
parent 1e20a2223b
commit 905b69ebf1
No known key found for this signature in database
GPG key ID: 5BAC92328B7C5D65

View file

@ -168,11 +168,11 @@ case "$ACTION" in
exit 0 exit 0
;; ;;
"powerbutton_two") "powerbutton_two")
sxmo_blinkled.sh blue && $TERMCMD "$SHELL" sxmo_blinkled.sh blue; $TERMCMD "$SHELL"
exit 0 exit 0
;; ;;
"powerbutton_three") "powerbutton_three")
sxmo_blinkled.sh blue && $BROWSER sxmo_blinkled.sh blue; $BROWSER
exit 0 exit 0
;; ;;
"voldown_one") "voldown_one")