Skip to content

Commit

Permalink
Update environment.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
cubxxw authored Nov 24, 2023
1 parent ef56c5d commit 94b1ae8
Showing 1 changed file with 1 addition and 1 deletion.
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 94b1ae8

Please sign in to comment.