diff options
author | fujinhua <fu.jinhua@zte.com.cn> | 2019-07-03 15:17:30 +0800 |
---|---|---|
committer | fujinhua <fu.jinhua@zte.com.cn> | 2019-07-03 15:48:46 +0800 |
commit | 8470eb9f5845d55a3bec9351b1982f61a2fdd319 (patch) | |
tree | 569e39d02ac87900867f49e28aafa0cff5cc52f3 /gvnfmadapter/stop.sh | |
parent | 21c2a798f6adca51eb2881e1a84ca1d10967d4e8 (diff) |
Update python2 to python3
Change-Id: Icb5a35dd320ccbf80c66089977550755810c859f
Issue-ID: VFC-1429
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Diffstat (limited to 'gvnfmadapter/stop.sh')
-rwxr-xr-x | gvnfmadapter/stop.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gvnfmadapter/stop.sh b/gvnfmadapter/stop.sh index 709ea14..abfb4f5 100755 --- a/gvnfmadapter/stop.sh +++ b/gvnfmadapter/stop.sh @@ -13,5 +13,5 @@ # See the License for the specific language governing permissions and # limitations under the License. -# ps auxww | grep 'manage.py runserver 0.0.0.0:8484' | awk '{print $1}' | xargs kill -9 -ps auxww |grep 'uwsgi --http' |awk '{print $1}' |xargs kill -9 +ps auxww | grep 'manage.py runserver 0.0.0.0:8484' | awk '{print $1}' | xargs kill -9 +# ps auxww |grep 'uwsgi --http' |awk '{print $1}' |xargs kill -9 |