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:
parent
4dd1eb7a1e
commit
23553c68ae
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user