Fixing kill gunicorn command.

This commit is contained in:
Samuel Clay 2014-05-16 12:34:11 -07:00
parent b746dda72d
commit 83d0654eef

View file

@ -1,6 +1,6 @@
#!/bin/sh
pkill -9 -f gunicorn -e
pkill -9 -f gunicorn -c
# for i in `ps -o pid,command ax | grep gunicorn | awk '!/awk/ && !/grep/ {print $1}'`
# do