mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-08-07 03:35:48 +08:00
Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
91243e991b
@ -1 +0,0 @@
|
|||||||
# Open-IM-Server/bin
|
|
@ -1 +0,0 @@
|
|||||||
# Open-IM-Server/logs
|
|
@ -4,6 +4,16 @@ source ./style_info.cfg
|
|||||||
source ./path_info.cfg
|
source ./path_info.cfg
|
||||||
source ./function.sh
|
source ./function.sh
|
||||||
|
|
||||||
|
bin_dir="../bin"
|
||||||
|
logs_dir="../logs"
|
||||||
|
#Automatically created when there is no bin, logs folder
|
||||||
|
if [ ! -d $bin_dir ]; then
|
||||||
|
mkdir -p $bin_dir
|
||||||
|
fi
|
||||||
|
if [ ! -d $logs_dir ]; then
|
||||||
|
mkdir -p $logs_dir
|
||||||
|
fi
|
||||||
|
|
||||||
#begin path
|
#begin path
|
||||||
begin_path=$PWD
|
begin_path=$PWD
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user