From 912acd8c651cf0bdaeb6fa6a6b534d79e91eeb71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Wed, 29 Nov 2023 09:03:26 +0100 Subject: [PATCH] Don't need to create log file as it's already managed by fail2ban helper --- scripts/install | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/install b/scripts/install index a04e8fa..e4f59c9 100644 --- a/scripts/install +++ b/scripts/install @@ -111,7 +111,6 @@ ln -s $install_dir/logs /var/log/seafile # Add fail2ban ynh_script_progression --message="Configuring fail2ban..." -touch $install_dir/logs/seahub.log ynh_add_fail2ban_config --use_template #=================================================