summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xres/stop.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/stop.sh b/res/stop.sh
index 3c2d671..2be7a39 100755
--- a/res/stop.sh
+++ b/res/stop.sh
@@ -14,4 +14,4 @@
# limitations under the License.
#ps auxww | grep 'manage.py runserver 0.0.0.0:8802' | awk '{print $2}' | xargs kill -9
-ps auxww |grep 'uwsgi --http :8802 --module res.wsgi --master' |awk '{print $2}' |xargs kill -9
+ps auxww |grep 'uwsgi --http' |awk '{print $1}' |xargs kill -9