X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=zte%2Fvmanager%2Fstop.sh;fp=zte%2Fvmanager%2Fstop.sh;h=6f0b78441b534e29f3c928c0ff4fef0f98413042;hb=d534b34f13785ea712ec35434ac68e3abcd5e705;hp=8848e16d48ef7f38026b247c2373c2273e8abacb;hpb=f424e7777ea76929ed5d8d28ac67d872bf9a08e0;p=vfc%2Fnfvo%2Fdriver%2Fvnfm%2Fsvnfm.git diff --git a/zte/vmanager/stop.sh b/zte/vmanager/stop.sh index 8848e16d..6f0b7844 100755 --- a/zte/vmanager/stop.sh +++ b/zte/vmanager/stop.sh @@ -12,4 +12,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -ps auxww | grep "manage.py runserver 0.0.0.0:8410" | awk '{print $2}' | xargs kill -9 + +# ps auxww | grep "manage.py runserver 0.0.0.0:8410" | awk '{print $2}' | xargs kill -9 + +ps auxww |grep 'uwsgi --http :8410 --module driver.wsgi --master' |awk '{print $2}' |xargs kill -9