From b699c5ec96bdb91fffc91e5b60ef04b50d2599f9 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Sun, 5 Mar 2023 20:54:30 +0100 Subject: [PATCH] fix log --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 13442ac..2abc72d 100755 --- a/scripts/install +++ b/scripts/install @@ -73,7 +73,7 @@ yunohost service add "${app}_workers" --description="Fittrackee task queue servi ynh_script_progression --message="Configuring logrotate to manage application logfiles" --weight=1 # Use logrotate to manage application logfile(s) -ynh_use_logrotate +ynh_use_logrotate --specific_user=$app