From 3aed535189a6169d16fb5a8eb7c0d9331300329f Mon Sep 17 00:00:00 2001 From: Kayou Date: Fri, 15 Feb 2019 09:27:04 +0100 Subject: [PATCH] Add log file in restore script --- scripts/restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index f444bdc..b3a0fb7 100644 --- a/scripts/restore +++ b/scripts/restore @@ -84,7 +84,7 @@ ynh_systemd_action -n $app -a start -l "Server available at" -p "systemd" # ADVERTISE SERVICE IN ADMIN PANEL #================================================= -yunohost service add $app --log "/var/log/$app.log" +yunohost service add $app --log "/var/log/$app.log" --log "/var/www/$app/log/production.log" #================================================= # RESTORE THE LOGROTATE CONFIGURATION