diff options
-rwxr-xr-x | mgr/stop.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mgr/stop.sh b/mgr/stop.sh index 1c41bf7..38ca0d6 100755 --- a/mgr/stop.sh +++ b/mgr/stop.sh @@ -14,4 +14,4 @@ # limitations under the License. # ps auxww | grep 'manage.py runserver 0.0.0.0:8803' | awk '{print $2}' | xargs kill -9 -ps auxww |grep 'uwsgi --http :8803 --module mgr.wsgi --master' |awk '{print $2}' |xargs kill -9 +ps auxww |grep 'uwsgi --http' |awk '{print $1}' |xargs kill -9 |