aboutsummaryrefslogtreecommitdiffstats
path: root/stop.sh
diff options
context:
space:
mode:
authoryangyan <yangyanyj@chinamobile.com>2019-04-26 12:13:33 +0800
committeryangyan <yangyanyj@chinamobile.com>2019-04-26 12:13:38 +0800
commit63c392e9cca3c6654e8383f49e5136fa86d1c72a (patch)
tree02ea718dd712a6b887a6a8fa22e48f482689b373 /stop.sh
parent7bf76230fee1e4a436c8b5fb6c6b8fcde610f87f (diff)
update service name
Change-Id: I564aceafe7c421398d7c67f9983f064fd9ae02d2 Issue-ID: MODELING-156 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 74a5fd6..a2fa2ae 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 genericpaser.wsgi --master' |awk '{print $2}' |xargs kill -9
+ps auxww |grep 'uwsgi --http :8806 --module genericparser.wsgi --master' |awk '{print $2}' |xargs kill -9