From b92f0723dfbde6d7f8a0e6d0c3dbe23955e68a1f Mon Sep 17 00:00:00 2001 From: fujinhua Date: Thu, 9 May 2019 09:43:20 +0800 Subject: Fix run and stop sh for catalog Change-Id: Iaacd3767c62c4e5df04beac1c672655015983e68 Issue-ID: VFC-1306 Signed-off-by: fujinhua --- stop.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stop.sh') diff --git a/stop.sh b/stop.sh index e5335603..f939ce55 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 -- cgit 1.2.3-korg