aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryunlong ying <ying.yunlong@zte.com.cn>2019-05-07 01:16:18 +0000
committerGerrit Code Review <gerrit@onap.org>2019-05-07 01:16:18 +0000
commit30a331dcaf865a66d029a943e00f3b68b198d7d1 (patch)
tree13521ff38c73a92dbc316fe98a0875a708e5cd56
parentd6822698146b83c391989ea9c9c2738976be4210 (diff)
parent62e9f2377df970d2801b491a624ed12b84c6383c (diff)
Merge "Fix bug for catalog stop sh"
-rwxr-xr-xstop.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/stop.sh b/stop.sh
index 773a578a..e5335603 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 lcm.wsgi --master' |awk '{print $2}' |xargs kill -9
+ps auxww |grep 'uwsgi --http' |awk '{print $1}' |xargs kill -9