script update

This commit is contained in:
away
2021-07-15 10:57:47 +08:00
parent 7772b9ff88
commit 8b04929f3d
5 changed files with 10 additions and 6 deletions
+4
View File
@@ -10,10 +10,14 @@ need_to_start_server_shell=(
msg_transfer_start.sh
)
#fixme The 10 second delay to start the project is for the docker-compose one-click to start openIM when the infrastructure dependencies are not started
sleep 10
for i in ${need_to_start_server_shell[*]}; do
chmod +x $i
./$i
done
#fixme The infinite loop prevents the ope IM service from exiting after execution in the docker container
while [ true ]; do
sleep 60
done