From 5af768619f6ef0267345effacc59cc371587efc1 Mon Sep 17 00:00:00 2001 From: away <1819625428@qq.com> Date: Fri, 6 Aug 2021 16:20:16 +0800 Subject: [PATCH] start shell update --- script/start_all.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/script/start_all.sh b/script/start_all.sh index 78361135e..7d5086313 100644 --- a/script/start_all.sh +++ b/script/start_all.sh @@ -17,3 +17,6 @@ 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