mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-11-05 21:02:11 +08:00
Script Refactoring
This commit is contained in:
parent
71e5dd6b4c
commit
07b58148ec
@ -2,8 +2,9 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
OPENIM_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
|
OPENIM_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
|
||||||
source "$(dirname "$0")/lib/path.sh"
|
OPENIM_SCRIPTS=$(dirname "${BASH_SOURCE[0]}")/
|
||||||
source "$(dirname "$0")/define/binaries.sh"
|
source "$OPENIM_SCRIPTS/lib/path.sh"
|
||||||
|
source "$OPENIM_SCRIPTS/define/binaries.sh"
|
||||||
|
|
||||||
|
|
||||||
# Assuming 'openim::util::host_platform' is defined in one of the sourced scripts or elsewhere.
|
# Assuming 'openim::util::host_platform' is defined in one of the sourced scripts or elsewhere.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user