mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-04-28 14:29:19 +08:00
359e6b1c46
Signed-off-by: Xinwei Xiong(cubxxw) <3293172751nss@gmail.com>
13 lines
279 B
Bash
Executable File
13 lines
279 B
Bash
Executable File
#!/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
|
|
|