aboutsummaryrefslogtreecommitdiffstats
path: root/stop.sh
diff options
context:
space:
mode:
authoryangyan <yangyanyj@chinamobile.com>2019-05-21 16:38:42 +0800
committeryangyan <yangyanyj@chinamobile.com>2019-05-21 16:38:49 +0800
commite7310fb508784f72f54fbad5762cec67b134241b (patch)
treeeab03cb91156889e6271f2576b5ae527ab78c887 /stop.sh
parent0cd4e54ded5de005d5480d5b0d85535c1462b8eb (diff)
update code of genericparser
Change-Id: Ie8e9ee79ddf5f74d3b8ff4621698eb3651415b62 Issue-ID: VFC-1391 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
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 e533560..f939ce5 100755
--- 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 "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