X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=zte%2Fvmanager%2Fstop.sh;h=daece1ec1bd56ddb7ab2770b1722e70ed38ec2ee;hb=b331a328e8d5a80f85cc59e790baadbbdcdd6474;hp=8848e16d48ef7f38026b247c2373c2273e8abacb;hpb=0b715adc9031f8f0d8ab1f589a1ee99d99c343ab;p=vfc%2Fnfvo%2Fdriver%2Fvnfm%2Fsvnfm.git diff --git a/zte/vmanager/stop.sh b/zte/vmanager/stop.sh index 8848e16d..daece1ec 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 $1}' | xargs kill -9 + +# ps auxww |grep 'uwsgi --http' |awk '{print $1}' |xargs kill -9