mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-05-26 02:30:18 +08:00
🐛 Fix: fix sftp delete error when the user don't have ssh permission
ISSUES CLOSED: #100
This commit is contained in:
@@ -944,7 +944,7 @@ export const supportedPicBedList: IStringKeyMap = {
|
||||
default: '0755'
|
||||
},
|
||||
baseDir: {
|
||||
required: true,
|
||||
required: false,
|
||||
description: $T('MANAGE_CONSTANT_SFTP_BASE_DIR_DESC'),
|
||||
placeholder: $T('MANAGE_CONSTANT_SFTP_BASE_DIR_PLACEHOLDER'),
|
||||
type: 'string',
|
||||
|
||||
Reference in New Issue
Block a user