summaryrefslogtreecommitdiffstats
path: root/zte/vmanager/stop.sh
diff options
context:
space:
mode:
Diffstat (limited to 'zte/vmanager/stop.sh')
-rwxr-xr-xzte/vmanager/stop.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/zte/vmanager/stop.sh b/zte/vmanager/stop.sh
index 3261916f..daece1ec 100755
--- a/zte/vmanager/stop.sh
+++ b/zte/vmanager/stop.sh
@@ -13,6 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-# ps auxww | grep "manage.py runserver 0.0.0.0:8410" | awk '{print $2}' | xargs kill -9
+ps auxww | grep "manage.py runserver 0.0.0.0:8410" | awk '{print $1}' | xargs kill -9
-ps auxww |grep 'uwsgi --http' |awk '{print $1}' |xargs kill -9
+# ps auxww |grep 'uwsgi --http' |awk '{print $1}' |xargs kill -9