mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-11-05 21:02:11 +08:00
Script Refactoring
This commit is contained in:
parent
9720d2f786
commit
ac5229c78e
@ -23,8 +23,8 @@ start_binaries() {
|
|||||||
|
|
||||||
# Loop to start binary the specified number of times
|
# Loop to start binary the specified number of times
|
||||||
for ((i=0; i<count; i++)); do
|
for ((i=0; i<count; i++)); do
|
||||||
echo "Starting $binary instance $i: $bin_full_path -i $i -f $conf_dir"
|
echo "Starting $binary instance $i: $bin_full_path -i $i -c $conf_dir"
|
||||||
"$bin_full_path" -i "$i" -f "$conf_dir"
|
"$bin_full_path" -i "$i" -c "$conf_dir"
|
||||||
done
|
done
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user