1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-03-14 01:34:47 +08:00

fix(fail2ban): fix the issue of set fail2ban log path err (#8076)

Refs #8075
This commit is contained in:
igophper 2025-03-06 09:44:48 +08:00 committed by GitHub
parent 4dd1eb7a1e
commit 23553c68ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -84,7 +84,7 @@ const onSave = async (formEl: FormInstance | undefined) => {
type: 'info',
},
).then(async () => {
await updateFail2ban({ key: 'logPath', value: form.logPath })
await updateFail2ban({ key: 'logpath', value: form.logPath })
.then(async () => {
MsgSuccess(i18n.global.t('commons.msg.operationSuccess'));
loading.value = false;