feat: save all images file

Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com>
This commit is contained in:
Xinwei Xiong(cubxxw-openim)
2023-08-17 15:39:52 +08:00
parent e3280e8c65
commit 31611f5657
15 changed files with 20 additions and 78 deletions
+2 -2
View File
@@ -265,7 +265,7 @@ The config/config.yaml file has detailed configuration instructions for the stor
Start services
```
./scripts/start_all.sh;
./scripts/start-all.sh;
```
Check services
@@ -277,7 +277,7 @@ Check services
Stop services
```
./scripts/stop_all.sh
./scripts/stop-all.sh
```
</details>