Skip to content

Commit

Permalink
Fix install/upgrade since breaking change YunoHost/yunohost#2024
Browse files Browse the repository at this point in the history
  • Loading branch information
Josue-T committed Jan 15, 2025
1 parent c6f9ab9 commit 9a13794
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/install
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ ynh_systemctl --service="$app".service --action=restart --wait_until="Synapse no
#=================================================
ynh_script_progression "Configuring Fail2Ban..."

ynh_config_add_fail2ban
ynh_config_add_fail2ban --logpath=/var/log/matrix-"$app"/homeserver.log

#=================================================
# END OF SCRIPT
Expand Down
2 changes: 1 addition & 1 deletion scripts/upgrade
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ ynh_config_add_systemd --service="$app"-coturn --template=synapse-coturn.service
#=================================================
ynh_script_progression "Reconfiguring Fail2Ban..."

ynh_config_add_fail2ban
ynh_config_add_fail2ban --logpath=/var/log/matrix-"$app"/homeserver.log

#=================================================
# SETUP PERMISSIONS
Expand Down

0 comments on commit 9a13794

Please sign in to comment.