diff options
author | yunlong ying <ying.yunlong@zte.com.cn> | 2019-05-07 01:16:18 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-05-07 01:16:18 +0000 |
commit | 30a331dcaf865a66d029a943e00f3b68b198d7d1 (patch) | |
tree | 13521ff38c73a92dbc316fe98a0875a708e5cd56 | |
parent | d6822698146b83c391989ea9c9c2738976be4210 (diff) | |
parent | 62e9f2377df970d2801b491a624ed12b84c6383c (diff) |
Merge "Fix bug for catalog stop sh"
-rwxr-xr-x | stop.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |