mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-11-05 11:52:10 +08:00
Script Refactoring
This commit is contained in:
parent
db6313bb92
commit
e07dc0dd9b
@ -7,7 +7,7 @@ source "${OPENIM_ROOT}/lib/path.sh"
|
||||
|
||||
|
||||
#停止所有的二进制对应的进程
|
||||
stop_binaries{
|
||||
stop_binaries() {
|
||||
for binary in "${!binaries[@]}"; do
|
||||
full_path=$(get_bin_full_path "$binary")
|
||||
openim::util::kill_exist_binary "$full_path"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user