summaryrefslogtreecommitdiffstats
path: root/ocata/stop.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ocata/stop.sh')
-rw-r--r--ocata/stop.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ocata/stop.sh b/ocata/stop.sh
index 13a19ef4..33bbc2ca 100644
--- a/ocata/stop.sh
+++ b/ocata/stop.sh
@@ -12,5 +12,5 @@
#!/bin/bash
-ps auxww | grep 'manage.py runserver 0.0.0.0:9004' | awk '{print $2}' | xargs kill -9
+ps auxww | grep 'manage.py runserver 0.0.0.0:9006' | awk '{print $2}' | xargs kill -9
ps auxww | grep 'memcached -d -m 2048 -u root -c 1024 -p 11211 -P /tmp/memcached1.pid' | awk '{print $2}' | xargs kill -9