X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=lcm%2Fstop.sh;h=004fb0bc64eb6690877d0e4e6162efc7dabf2b22;hb=1929b47f2814ddecd00f08a936bf07880c331e4d;hp=099f555fe86e84a8e24169c66f26e1061dd9fa15;hpb=f643d0b9eb41c020bce51c61c6e4e4ae5d40a552;p=vfc%2Fgvnfm%2Fvnflcm.git diff --git a/lcm/stop.sh b/lcm/stop.sh index 099f555f..004fb0bc 100755 --- a/lcm/stop.sh +++ b/lcm/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:8801' | awk '{print $2}' | xargs kill -9 -ps auxww |grep 'uwsgi --http' |awk '{print $1}' |xargs kill -9 \ No newline at end of file +ps auxww | grep 'manage.py runserver 0.0.0.0:8801' | awk '{print $1}' | xargs kill -9 +# ps auxww |grep 'uwsgi --http' |awk '{print $1}' |xargs kill -9 \ No newline at end of file