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:
@@ -32,13 +32,13 @@
|
||||
|
||||
|
||||
```shell
|
||||
TODO
|
||||
bash <(curl -sSL https://dl.cdn.haozi.net/panel/install_panel.sh)
|
||||
```
|
||||
|
||||
## 日常维护
|
||||
|
||||
```shell
|
||||
TODO
|
||||
panel xxx
|
||||
```
|
||||
|
||||
## 问题反馈
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user