mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-11-06 05:12:10 +08:00
Script Refactoring
This commit is contained in:
parent
ebbe12cf33
commit
d176c5f711
@ -25,8 +25,11 @@ get_bin_full_path() {
|
|||||||
local bin_name="$2"
|
local bin_name="$2"
|
||||||
|
|
||||||
local host_platform=$(openim::util::host_platform)
|
local host_platform=$(openim::util::host_platform)
|
||||||
local bin_full_path="${project_path}/${host_platform}/${bin_name}"
|
|
||||||
echo "${bin_full_path}" 1111111111111
|
local bin_dir=$(get_bin_dir "$project_path")
|
||||||
|
|
||||||
|
local bin_full_path="${project_path}/$bin_dir/${host_platform}/${bin_name}"
|
||||||
|
echo "${bin_full_path}" 111111111111111111111
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user