mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
prome
This commit is contained in:
parent
21cda37380
commit
f5f6e9a882
@ -84,7 +84,7 @@ for ((i = 0; i < ${#service_filename[*]}; i++)); do
|
||||
#Start the service in the background
|
||||
# ./${service_filename[$i]} -port $j &
|
||||
cmd="./${service_filename[$i]} -port $j"
|
||||
if [ $j -eq 0 -o $j -eq 1 ]; then
|
||||
if [ $i -eq 0 -o $i -eq 1 ]; then
|
||||
cmd="./${service_filename[$i]} -port $j -prometheus_port ${prome_ports[$i]}"
|
||||
fi
|
||||
echo $cmd
|
||||
|
Loading…
x
Reference in New Issue
Block a user