summaryrefslogtreecommitdiffstats
path: root/mgr/stop.sh
diff options
context:
space:
mode:
authorfujinhua <fu.jinhua@zte.com.cn>2019-05-09 10:26:59 +0800
committerfujinhua <fu.jinhua@zte.com.cn>2019-05-09 10:26:59 +0800
commitfa6078ef73eb4838ab9dee1fba8e7b1fbf3c9131 (patch)
tree915b55031406f39180e76cdd2c446d5021015a7e /mgr/stop.sh
parent2bebb548521082e218ce6872858f7923022593cf (diff)
Fix run and stop sh for vnfmgr
Change-Id: I55e852d8a3601d0b4a50cd98598a2e97a0550cce Issue-ID: VFC-1306 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Diffstat (limited to 'mgr/stop.sh')
-rwxr-xr-xmgr/stop.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/mgr/stop.sh b/mgr/stop.sh
index 38ca0d6..db65996 100755
--- a/mgr/stop.sh
+++ b/mgr/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:8803' | awk '{print $2}' | xargs kill -9
+# ps auxww | grep 'manage.py runserver 0.0.0.0:8803' | awk '{print $1}' | xargs kill -9
ps auxww |grep 'uwsgi --http' |awk '{print $1}' |xargs kill -9