feat: optimize scripts and makefiles

Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com>
This commit is contained in:
Xinwei Xiong(cubxxw-openim)
2023-06-30 17:52:55 +08:00
parent e6bf4da430
commit a5147ca564
53 changed files with 144 additions and 114 deletions
+12
View File
@@ -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