shell update

This commit is contained in:
away 2021-08-05 11:15:24 +08:00
parent 0cfec35f4b
commit 8d2427bd0f

View File

@ -17,7 +17,3 @@ 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