未验证 提交 546eb8e0 编写于 作者: M Medya Ghazizadeh 提交者: GitHub

Update common.sh

上级 7bc2eac7
...@@ -165,7 +165,7 @@ if [[ "${kprocs}" != "" ]]; then ...@@ -165,7 +165,7 @@ if [[ "${kprocs}" != "" ]]; then
fi fi
# clean up none drivers binding on 8443 # 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() { function cleanup_stale_routes() {
local show="netstat -rn -f inet" local show="netstat -rn -f inet"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册