mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-01-19 08:19:15 +08:00
fix: typos (#7405)
This commit is contained in:
parent
5738cceac9
commit
3108c927af
@ -226,7 +226,7 @@ func (f *Ftp) LoadList() ([]FtpList, error) {
|
|||||||
}
|
}
|
||||||
std2, err := cmd.Execf("pure-pw show %s | grep 'Allowed client IPs :'", parts[0])
|
std2, err := cmd.Execf("pure-pw show %s | grep 'Allowed client IPs :'", parts[0])
|
||||||
if err != nil {
|
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
|
continue
|
||||||
}
|
}
|
||||||
status := constant.StatusDisable
|
status := constant.StatusDisable
|
||||||
|
Loading…
x
Reference in New Issue
Block a user