X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=stop.sh;h=f939ce5552e533440b8cb0ed5c51e31b8738a475;hb=a46e1ad609c68ec497cfa5e9ad3ac7b6fea7302a;hp=74a5fd660cb1516a33d0a3faded5d1e8cd2ac67b;hpb=affcd0828f0dd0941ba546aca5bce05e8ee1a598;p=modeling%2Fetsicatalog.git diff --git a/stop.sh b/stop.sh old mode 100644 new mode 100755 index 74a5fd6..f939ce5 --- a/stop.sh +++ b/stop.sh @@ -13,5 +13,5 @@ # See the License for the specific language governing permissions and # 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 genericpaser.wsgi --master' |awk '{print $2}' |xargs kill -9 +# ps auxww | grep "manage.py runserver 0.0.0.0:8806" | awk '{print $1}' | xargs kill -9 +ps auxww |grep 'uwsgi --http' |awk '{print $1}' |xargs kill -9