diff options
author | fujinhua <fu.jinhua@zte.com.cn> | 2019-07-03 16:16:15 +0800 |
---|---|---|
committer | fujinhua <fu.jinhua@zte.com.cn> | 2019-07-03 16:16:15 +0800 |
commit | d19480a60b4337698df55f4d9c0fadbd38737811 (patch) | |
tree | ce1f9f24f02255a6a714a9dd24fa8bf00e546e0e /zte/vmanager/stop.sh | |
parent | 98315d35b20a4b035570ce86be9342526b6f3866 (diff) |
Update python2 to python3
Change-Id: I1dfd73fe4a934ed1f46d016bdb29df17dfda2a75
Issue-ID: VFC-1429
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Diffstat (limited to 'zte/vmanager/stop.sh')
-rwxr-xr-x | zte/vmanager/stop.sh | 4 |
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 |