mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-10 20:15:59 +08:00
fix: script -> scripts
Signed-off-by: kubbot & kubecub <3293172751ysy@gmail.com>
This commit is contained in:
+2
-2
@@ -1,9 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
cd script ;
|
||||
cd scripts ;
|
||||
chmod +x *.sh ;
|
||||
./env_check.sh;
|
||||
cd .. ;
|
||||
docker-compose up -d;
|
||||
cd script ;
|
||||
cd scripts ;
|
||||
./docker_check_service.sh
|
||||
|
||||
Reference in New Issue
Block a user