mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-05-17 23:17:38 +08:00
📝 Docs: update documents
This commit is contained in:
@@ -44,6 +44,7 @@ class SSHClient {
|
||||
}
|
||||
try {
|
||||
remote = this.changeWinStylePathToUnix(remote)
|
||||
if (remote === '/' || remote.includes('*')) return false
|
||||
const script = `rm -f "${remote}"`
|
||||
return await this.exec(script)
|
||||
} catch (err: any) {
|
||||
|
||||
Reference in New Issue
Block a user