mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-11 20:45:57 +08:00
11 lines
177 B
Bash
Executable File
11 lines
177 B
Bash
Executable File
#!/usr/bin/env bash
|
|
echo "docker-compose ps..........................."
|
|
cd ..
|
|
docker-compose ps
|
|
|
|
|
|
cd scripts
|
|
echo "check OpenIM................................"
|
|
./check_all.sh
|
|
|