Skip to content

Commit

Permalink
Update environment.sh (#49)
Browse files Browse the repository at this point in the history
* Update environment.sh

* Update environment.sh
  • Loading branch information
cubxxw authored Nov 23, 2023
1 parent 4d06031 commit ef56c5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openim-server/release-v3.3/scripts/install/environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# 格式化 bash 注释:https://tool.lu/shell/
# 配置中心文档:https://github.com/openimsdk/open-im-server/blob/main/docs/contrib/environment.md

OPENIM_ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")/../.." && pwd -P)"
OPENIM_ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")/../../../.." && pwd -P)"

# 生成文件存放目录
LOCAL_OUTPUT_ROOT=""${OPENIM_ROOT}"/${OUT_DIR:-_output}"
Expand Down
2 changes: 1 addition & 1 deletion openim-server/release-v3.4/scripts/install/environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# 格式化 bash 注释:https://tool.lu/shell/
# 配置中心文档:https://github.com/openimsdk/open-im-server/blob/main/docs/contrib/environment.md

OPENIM_ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")/../.." && pwd -P)"
OPENIM_ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")/../../../.." && pwd -P)"

# 生成文件存放目录
LOCAL_OUTPUT_ROOT=""${OPENIM_ROOT}"/${OUT_DIR:-_output}"
Expand Down

0 comments on commit ef56c5d

Please sign in to comment.