Skip to content

Commit

Permalink
Update alexa.sh so that it can stop Alexa
Browse files Browse the repository at this point in the history
This change allows /etc/init.d/alexa stop to work correctly.
  • Loading branch information
ck37 committed Apr 14, 2016
1 parent 6dba38a commit 0163ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion initd_alexa.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ start)

stop)
echo "Stopping Alexa.."
pkill -SIGINT ^main.py$
pkill -f AlexaPi\/main\.py
;;

restart|force-reload)
Expand Down

0 comments on commit 0163ba5

Please sign in to comment.