X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=stop.sh;h=e5335603203785c1183a8c555427f9bca8bbec88;hb=8cb9e959229ce80ad9ec1ce127382570860c00d1;hp=a2fa2aec52dd2222a8d6524e0b402a6b197586ea;hpb=2fde3badabe2a9707d809d6938d55c93b5651214;p=modeling%2Fetsicatalog.git 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