aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryunlong ying <ying.yunlong@zte.com.cn>2019-05-07 01:15:58 +0000
committerGerrit Code Review <gerrit@onap.org>2019-05-07 01:15:58 +0000
commit778bbebc3060fdd15546e722ab6c3c52a5d47fc0 (patch)
tree13e56f32da6ea020143aa638e630adc47591c3ab
parent211a8e027c8386e8e35015b19149cfe6054585a3 (diff)
parentb3c27277e2653ec2014e111f3115a7cb39d1e5c0 (diff)
Merge "Fix bug for nslcm stop sh"
-rwxr-xr-xstop.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/stop.sh b/stop.sh
index e255c061..956579b9 100755
--- a/stop.sh
+++ b/stop.sh
@@ -13,4 +13,4 @@
# 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 :8403 --module lcm.wsgi --master' |awk '{print $2}' |xargs kill -9
+ps auxww |grep 'uwsgi --http' |awk '{print $1}' |xargs kill -9