summaryrefslogtreecommitdiffstats
path: root/fcaps/stop.sh
diff options
context:
space:
mode:
Diffstat (limited to 'fcaps/stop.sh')
-rw-r--r--fcaps/stop.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/fcaps/stop.sh b/fcaps/stop.sh
index 56104f9f..d608abed 100644
--- a/fcaps/stop.sh
+++ b/fcaps/stop.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
# Copyright (c) 2017-2019 Wind River Systems, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -15,4 +15,4 @@
#ps auxww | grep 'manage.py runserver 0.0.0.0:9011' | awk '{print $2}' | xargs kill -9
ps auxww |grep 'uwsgi --http :9011 --module fcaps.wsgi --master' |awk '{print $2}' |xargs kill -9
-ps auxww | grep 'memcached -d -m 2048 -u root -c 1024 -p 11211 -P /tmp/memcached1.pid' | awk '{print $2}' | xargs kill -9
+ps auxww | grep 'memcached -d -m 2048 -c 1024 -p 11211 -P /tmp/memcached1.pid' | awk '{print $2}' | xargs kill -9