aboutsummaryrefslogtreecommitdiffstats
path: root/stop.sh
diff options
context:
space:
mode:
authorfujinhua <fu.jinhua@zte.com.cn>2019-05-07 09:05:03 +0800
committerfujinhua <fu.jinhua@zte.com.cn>2019-05-07 09:05:03 +0800
commitb3c27277e2653ec2014e111f3115a7cb39d1e5c0 (patch)
tree50da15d2bb3137723797efcc81283c07df7df9c1 /stop.sh
parent669ef8d8b4f9b9170d0710bc92ac621fe27fcb81 (diff)
Fix bug for nslcm stop sh
Change-Id: Ia310d11ed6148fde47ab9d49cbc4835d9640279b Issue-ID: VFC-1306 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Diffstat (limited to '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