shell start all service for linux and for docker

This commit is contained in:
away
2021-09-13 15:29:11 +08:00
parent 493916ce80
commit c1bcadd9ed
2 changed files with 22 additions and 5 deletions
-5
View File
@@ -10,13 +10,8 @@ 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 prevents the openIM service exit after execution in the docker container
tail -f /dev/null