1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-01-19 00:09:16 +08:00

fix: typos (#7405)

This commit is contained in:
Bryan 2024-12-18 14:04:51 +08:00 committed by GitHub
parent 5738cceac9
commit 3108c927af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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