mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-06 18:15:59 +08:00
feat: optimize scripts and makefiles
Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com>
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#!/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
|
||||
|
||||
Reference in New Issue
Block a user