mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-11-05 03:42:08 +08:00
Script Refactoring
This commit is contained in:
parent
1600d1d2c1
commit
b9d44bad6f
@ -35,6 +35,7 @@ start_binaries() {
|
|||||||
start_tools() {
|
start_tools() {
|
||||||
# Assume tool_binaries=("ncpu" "infra")
|
# Assume tool_binaries=("ncpu" "infra")
|
||||||
for binary in "${tool_binaries[@]}"; do
|
for binary in "${tool_binaries[@]}"; do
|
||||||
|
echo $binary bbbbbbbbbbbbbb
|
||||||
local bin_full_path=$(get_tool_full_path "$binary")
|
local bin_full_path=$(get_tool_full_path "$binary")
|
||||||
# Assuming get_tool_full_path defines full path for each tool
|
# Assuming get_tool_full_path defines full path for each tool
|
||||||
cmd=("$bin_full_path" -c "$OPENIM_OUTPUT_CONFIG")
|
cmd=("$bin_full_path" -c "$OPENIM_OUTPUT_CONFIG")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user