mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-05-23 13:29:20 +08:00
organization
This commit is contained in:
parent
cad147faf8
commit
0d5132f710
1780
pkg/proto/organization/organization.pb.go
Normal file
1780
pkg/proto/organization/organization.pb.go
Normal file
File diff suppressed because it is too large
Load Diff
@ -19,6 +19,7 @@ service_filename=(
|
||||
open_im_statistics
|
||||
${msg_name}
|
||||
open_im_office
|
||||
open_im_organization
|
||||
)
|
||||
|
||||
#service config port name
|
||||
@ -64,4 +65,4 @@ for ((i = 0; i < ${#service_filename[*]}; i++)); do
|
||||
pid="netstat -ntlp|grep $j |awk '{printf \$7}'|cut -d/ -f1"
|
||||
echo -e "${GREEN_PREFIX}${service_filename[$i]} start success,port number:$j pid:$(eval $pid)$COLOR_SUFFIX"
|
||||
done
|
||||
done
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user