From 64ce3ff5af00949920cc86642f1dd75cf62b4760 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Wed, 1 Mar 2023 13:36:36 +0100 Subject: [PATCH] fix --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index c6b14eb..581bcdb 100755 --- a/scripts/install +++ b/scripts/install @@ -48,6 +48,7 @@ popd #================================================= # CONFIGURE log file #================================================= +ynh_script_progression --message="Configure log file" --weight=1 mkdir /var/log/$app/ touch /var/log/$app/$app.log