aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfujinhua <fu.jinhua@zte.com.cn>2019-05-07 09:05:57 +0800
committerfujinhua <fu.jinhua@zte.com.cn>2019-05-07 09:05:57 +0800
commit62e9f2377df970d2801b491a624ed12b84c6383c (patch)
tree75b268ea2697635cad5ad9c75ddb869fd140a100
parenta79bcb09b9dfc9e49e5d89efd80257024b737fb2 (diff)
Fix bug for catalog stop sh
Change-Id: Ie5feaad95f3e6f6505b41e892c183684854bb4da Issue-ID: VFC-1306 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
-rwxr-xr-xstop.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/stop.sh b/stop.sh
index 773a578a..e5335603 100755
--- a/stop.sh
+++ b/stop.sh
@@ -14,4 +14,4 @@
# limitations under the License.
# ps auxww | grep "manage.py runserver 0.0.0.0:8806" | awk '{print $2}' | xargs kill -9
-ps auxww |grep 'uwsgi --http :8806 --module lcm.wsgi --master' |awk '{print $2}' |xargs kill -9
+ps auxww |grep 'uwsgi --http' |awk '{print $1}' |xargs kill -9