#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