mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-11-06 13:22:11 +08:00
Script Refactoring
This commit is contained in:
parent
b9d44bad6f
commit
a461f858da
@ -16,6 +16,6 @@ get_bin_full_path() {
|
|||||||
|
|
||||||
get_tool_full_path() {
|
get_tool_full_path() {
|
||||||
local tool_name="$1"
|
local tool_name="$1"
|
||||||
local tool_full_path="${OPENIM_OUTPUT_HOSTBIN_TOOLS}/${bin_name}"
|
local tool_full_path="${OPENIM_OUTPUT_HOSTBIN_TOOLS}/${tool_name}"
|
||||||
echo ${tool_full_path}
|
echo ${tool_full_path}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user