From 8d2427bd0f7b0b9cd05d8c724f1a1cf36dad65eb Mon Sep 17 00:00:00 2001 From: away <1819625428@qq.com> Date: Thu, 5 Aug 2021 11:15:24 +0800 Subject: [PATCH] shell update --- script/start_all.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/script/start_all.sh b/script/start_all.sh index e400d4017..78361135e 100644 --- a/script/start_all.sh +++ b/script/start_all.sh @@ -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