2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-05 17:07:18 +08:00

feat: update v2.0.7

This commit is contained in:
耗子
2023-07-22 02:36:08 +08:00
parent 594dfea986
commit b9f75534ef
2 changed files with 3 additions and 3 deletions

View File

@@ -32,13 +32,13 @@
```shell
TODO
bash <(curl -sSL https://dl.cdn.haozi.net/panel/install_panel.sh)
```
## 日常维护
```shell
TODO
panel xxx
```
## 问题反馈

View File

@@ -48,7 +48,7 @@ func (s *SystemHelperTestSuite) TestRemoveFile() {
}
func (s *SystemHelperTestSuite) TestExecShell() {
s.Equal("test\n", ExecShell("echo 'test'"))
s.Equal("test", ExecShell("echo 'test'"))
}
func (s *SystemHelperTestSuite) TestExecShellAsync() {