Add -9 flag to pkill command

When I ssh'ed into one of the CI boxes it had over 500 Atom processes
still hanging around.
This commit is contained in:
Kevin Sawicki 2013-09-25 17:10:01 -07:00
parent 18c4d54612
commit 153e400137

View File

@ -151,7 +151,7 @@ module.exports = (grunt) ->
shell:
'kill-atom':
command: 'pkill Atom'
command: 'pkill -9 Atom'
options:
stdout: false
stderr: false