From 0bfb04d996bf1973a3ab2b415bfaeed86cebdb06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Wed, 24 Aug 2022 21:26:36 +0200 Subject: [PATCH] fix install --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 980665b..5e801ee 100644 --- a/scripts/install +++ b/scripts/install @@ -185,7 +185,7 @@ set_permission # Sometime we have a current effect. We try to lunch seafile when not all permissions are already set. # So wait untils all permissions are cleanly set sleep 5 -ynh_debug_exec ls /opt/yunohost/seafile/ccnet +ls /opt/yunohost/seafile/ccnet #================================================= # GENERIC FINALIZATION @@ -229,6 +229,6 @@ sleep 2 # Add fail2ban ynh_script_progression --message="Configuring fail2ban..." --weight=10 -ynh_add_fail2ban_config --use_template --others_var 'final_path' +ynh_add_fail2ban_config --use_template ynh_script_progression --message="Installation of $app completed" --last