From 0bc0f02a7016bd278441df4a7f1deeb746a35ac1 Mon Sep 17 00:00:00 2001 From: orhtej2 <2871798+orhtej2@users.noreply.github.com> Date: Mon, 9 Oct 2023 17:59:26 +0200 Subject: [PATCH] Another typo --- scripts/install | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index d7afcf1..42cfea4 100644 --- a/scripts/install +++ b/scripts/install @@ -100,11 +100,10 @@ ynh_add_systemd_config mkdir /var/log/$app touch /var/log/$app/$app.log -chown -R $user: /var/log/$app +chown -R $app: /var/log/$app yunohost service add $app --description="Firefox Sync Server (Rust)" --log="/var/log/$app/$app.log" - # Use logrotate to manage application logfile(s) ynh_use_logrotate @@ -137,4 +136,4 @@ ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$ap #================================================= # END OF SCRIPT #================================================= -ynh_script_progression --message="Installation of $app completed" --last \ No newline at end of file +ynh_script_progression --message="Installation of $app completed" --last