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