summaryrefslogtreecommitdiffstats
path: root/lcm
diff options
context:
space:
mode:
Diffstat (limited to 'lcm')
-rwxr-xr-xlcm/stop.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lcm/stop.sh b/lcm/stop.sh
index 341f648f..099f555f 100755
--- a/lcm/stop.sh
+++ b/lcm/stop.sh
@@ -14,4 +14,4 @@
# limitations under the License.
# ps auxww | grep 'manage.py runserver 0.0.0.0:8801' | awk '{print $2}' | xargs kill -9
-ps auxww |grep 'uwsgi --http :8801 --module lcm.wsgi --master' |awk '{print $2}' |xargs kill -9 \ No newline at end of file
+ps auxww |grep 'uwsgi --http' |awk '{print $1}' |xargs kill -9 \ No newline at end of file