Skip to content

Commit

Permalink
updated kill process
Browse files Browse the repository at this point in the history
  • Loading branch information
adangert committed Sep 12, 2016
1 parent e8b2374 commit 5648e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kill_processes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
#this is for development purposes only, to stop the automattically
#running piparty scripts
sudo supervisorctl stop joustmania
kill $(ps aux | grep 'joustmania' | awk '{print $2}')
kill $(ps aux | grep 'piparty' | awk '{print $2}')

0 comments on commit 5648e6d

Please sign in to comment.