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