mirror of
https://github.com/YunoHost-Apps/nextcloud_ynh.git
synced 2024-09-03 19:55:57 +02:00
Add fail2ban reload
This commit is contained in:
parent
24f72965f4
commit
9fe6b4ad73
1 changed files with 1 additions and 0 deletions
|
@ -183,6 +183,7 @@ sudo cp ../conf/jail_nextcloud.local /etc/fail2ban/jail.d/nextcloud.local
|
|||
# Reload services
|
||||
sudo service php5-fpm restart || true
|
||||
sudo service nginx reload || true
|
||||
sudo fail2ban-client reload
|
||||
|
||||
# Add cron job
|
||||
cron_path="/etc/cron.d/$app"
|
||||
|
|
Loading…
Add table
Reference in a new issue