X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=stop.sh;h=d15f21ffcfebe1cb5073aca394f80e7534c9560f;hb=6ee1843804237ee73147ac64ea61fc2a30c2191e;hp=956579b9b2dbb0b524a359ac9b7c0937e3cc7d8d;hpb=778bbebc3060fdd15546e722ab6c3c52a5d47fc0;p=vfc%2Fnfvo%2Flcm.git diff --git a/stop.sh b/stop.sh index 956579b9..d15f21ff 100755 --- a/stop.sh +++ b/stop.sh @@ -12,5 +12,5 @@ # 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:8403" | awk '{print $2}' | xargs kill -9 -ps auxww |grep 'uwsgi --http' |awk '{print $1}' |xargs kill -9 +ps auxww | grep "manage.py runserver 0.0.0.0:8403" | awk '{print $1}' | xargs kill -9 +# ps auxww |grep 'uwsgi --http' |awk '{print $1}' |xargs kill -9