mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-18 15:59:01 +08:00
feat: add scripts (#525)
This commit is contained in:
@@ -35,8 +35,8 @@ echo -e "${BOLD_PREFIX}_________________________________________________________
|
||||
|
||||
|
||||
bin_dir="$BIN_DIR"
|
||||
logs_dir="../logs"
|
||||
sdk_db_dir="../db/sdk/"
|
||||
logs_dir="$OPENIM_ROOT/logs"
|
||||
sdk_db_dir="$OPENIM_ROOT/db/sdk/"
|
||||
# Automatically created when there is no bin, logs folder
|
||||
if [ ! -d $bin_dir ]; then
|
||||
mkdir -p $bin_dir
|
||||
|
||||
Reference in New Issue
Block a user