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 a44f98a commit 238696f
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 @@ -121,7 +121,7 @@ ynh_config_add_logrotate /var/log/"$app"

# Add fail2ban
ynh_script_progression "Configuring fail2ban..."
ynh_config_add_fail2ban
ynh_config_add_fail2ban --logpath="$install_dir"/logs/seahub.log

#=================================================

Expand Down
2 changes: 1 addition & 1 deletion scripts/upgrade
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ ynh_config_add_logrotate /var/log/"$app"

# Add fail2ban
ynh_script_progression "Configuring fail2ban..."
ynh_config_add_fail2ban
ynh_config_add_fail2ban --logpath="$install_dir"/logs/seahub.log

# register yunohost service
ynh_script_progression "Register seafile service..."
Expand Down

0 comments on commit 238696f

Please sign in to comment.