diff options
author | ying.yunlong <ying.yunlong@zte.com.cn> | 2017-09-22 09:49:41 +0800 |
---|---|---|
committer | ying.yunlong <ying.yunlong@zte.com.cn> | 2017-09-22 09:49:41 +0800 |
commit | 660501651e8455c0d4cbcfc634d051d45601115f (patch) | |
tree | 33a6a99ef24ca2a0d086fd8a388bbd56c5b4738e /gvnfmadapter/stop.sh | |
parent | 4f52c498126d28f6d660a73f578d05c1d6d343df (diff) |
Modify gvnfmadapter code according to PEP8
Change-Id: Ib279a2fbab173c7ede94ed92f6ecd7369817de65
Issue-ID: VFC-415
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
Diffstat (limited to 'gvnfmadapter/stop.sh')
-rwxr-xr-x | gvnfmadapter/stop.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gvnfmadapter/stop.sh b/gvnfmadapter/stop.sh index cf34a42..b514403 100755 --- a/gvnfmadapter/stop.sh +++ b/gvnfmadapter/stop.sh @@ -12,4 +12,5 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # 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 $2}' | xargs kill -9 |