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