aboutsummaryrefslogtreecommitdiffstats
path: root/stop.sh
diff options
context:
space:
mode:
authoryangyan <yangyanyj@chinamobile.com>2019-05-09 09:47:57 +0800
committeryangyan <yangyanyj@chinamobile.com>2019-05-09 09:48:05 +0800
commit8cb9e959229ce80ad9ec1ce127382570860c00d1 (patch)
tree7eb32a18576201c569550d16ba58ab225a9d6c8d /stop.sh
parent2fde3badabe2a9707d809d6938d55c93b5651214 (diff)
update genericparser code
Change-Id: Ife9f1746aa4fddf054a6ffdaa1ab7ab6396a67f3 Issue-ID: VFC-1380 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
Diffstat (limited to 'stop.sh')
-rwxr-xr-xstop.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/stop.sh b/stop.sh
index a2fa2ae..e533560 100755
--- a/stop.sh
+++ b/stop.sh
@@ -14,4 +14,4 @@
# limitations under the License.
# ps auxww | grep "manage.py runserver 0.0.0.0:8806" | awk '{print $2}' | xargs kill -9
-ps auxww |grep 'uwsgi --http :8806 --module genericparser.wsgi --master' |awk '{print $2}' |xargs kill -9
+ps auxww |grep 'uwsgi --http' |awk '{print $1}' |xargs kill -9