Update common.sh

pull/4884/head
Medya Ghazizadeh 2019-07-26 16:49:12 -07:00 committed by GitHub
parent 7bc2eac7f3
commit 546eb8e05c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ if [[ "${kprocs}" != "" ]]; then
fi
# clean up none drivers binding on 8443
sudo lsof -i :80 | tail -n +2 | awk '{print $2}' | xargs sudo -E kill -9
sudo lsof -i :8443 | tail -n +2 | awk '{print $2}' | xargs sudo -E kill -9
function cleanup_stale_routes() {
local show="netstat -rn -f inet"