mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-09-11 00:54:55 +08:00
fix: typos (#7405)
This commit is contained in:
parent
5738cceac9
commit
3108c927af
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ func (f *Ftp) LoadList() ([]FtpList, error) {
|
|||
}
|
||||
std2, err := cmd.Execf("pure-pw show %s | grep 'Allowed client IPs :'", parts[0])
|
||||
if err != nil {
|
||||
global.LOG.Errorf("handle pure-pw show %s faile, err: %v", parts[0], std2)
|
||||
global.LOG.Errorf("handle pure-pw show %s failed, err: %v", parts[0], std2)
|
||||
continue
|
||||
}
|
||||
status := constant.StatusDisable
|
||||
|
|
Loading…
Add table
Reference in a new issue