mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-04-28 14:29:19 +08:00
a5147ca564
Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com>
13 lines
279 B
Bash
13 lines
279 B
Bash
#!/usr/bin/env bash
|
|
echo "docker-compose ps..........................."
|
|
docker-compose ps
|
|
|
|
echo "check OpenIM, waiting 30s...................."
|
|
sleep 60
|
|
|
|
echo "check OpenIM................................"
|
|
./check_all.sh
|
|
# chmod +x ./enterprise/*.sh
|
|
# ./enterprise/check_all.sh
|
|
|