mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
reload fail2ban instead of restart ... restart is doing some funky stuff ...
This commit is contained in:
parent
95999feafb
commit
c3754dd6fa
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ do_post_regen() {
|
||||||
regen_conf_files=$1
|
regen_conf_files=$1
|
||||||
|
|
||||||
[[ -z "$regen_conf_files" ]] \
|
[[ -z "$regen_conf_files" ]] \
|
||||||
|| service fail2ban restart
|
|| systemctl reload fail2ban
|
||||||
}
|
}
|
||||||
|
|
||||||
FORCE=${2:-0}
|
FORCE=${2:-0}
|
||||||
|
|
Loading…
Add table
Reference in a new issue