mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-05-22 08:47:06 +08:00
✨ Feature: add notification for single rename of manage page
This commit is contained in:
@@ -43,7 +43,7 @@ class SSHClient {
|
||||
}
|
||||
try {
|
||||
remote = this.changeWinStylePathToUnix(remote)
|
||||
const script = `rm -f ${remote}`
|
||||
const script = `rm -f "${remote}"`
|
||||
return await this.exec(script)
|
||||
} catch (err: any) {
|
||||
return false
|
||||
|
||||
Reference in New Issue
Block a user