mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-05 20:11:14 +08:00
Update util.sh
This commit is contained in:
parent
2fb6674fc9
commit
14838b0ac8
@ -311,7 +311,7 @@ openim::util::check_ports() {
|
||||
fi
|
||||
elif [[ "$OSTYPE" == "darwin"* ]]; then
|
||||
# For macOS, use lsof
|
||||
info=$(lsof -i:"$port" | grep "\*:$port" || true)
|
||||
info=$(lsof -P -i:"$port" | grep "LISTEN" || true)
|
||||
fi
|
||||
|
||||
# Check if any process is using the port
|
||||
|
Loading…
x
Reference in New Issue
Block a user