mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Fix ynh_add_fail2ban_config legacy mode
Merged as a micro decision Fix https://github.com/YunoHost/issues/issues/1313
This commit is contained in:
parent
ac6f24671c
commit
b3edc2a63c
1 changed files with 1 additions and 0 deletions
|
@ -352,6 +352,7 @@ ynh_remove_fpm_config () {
|
|||
#
|
||||
ynh_add_fail2ban_config () {
|
||||
# Declare an array to define the options of this helper.
|
||||
local legacy_args=lrmptv
|
||||
declare -Ar args_array=( [l]=logpath= [r]=failregex= [m]=max_retry= [p]=ports= [t]=use_template [v]=others_var=)
|
||||
local logpath
|
||||
local failregex
|
||||
|
|
Loading…
Add table
Reference in a new issue