mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-11-05 20:43:38 +08:00
9 lines
201 B
Bash
9 lines
201 B
Bash
#!/bin/bash
|
|
|
|
# Define an associative array to store the binaries and their counts.
|
|
# The count for openim-msgtransfer is set to 4, all others are set to 1.
|
|
declare -A binaries=(
|
|
[openim-test]=2
|
|
)
|
|
|