From 253fc89935be179d8600a222c4398ea779cead27 Mon Sep 17 00:00:00 2001 From: frju365 <19982894+frju365@users.noreply.github.com> Date: Sun, 10 Jun 2018 11:00:22 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index f505464..de66d37 100644 --- a/scripts/install +++ b/scripts/install @@ -185,7 +185,7 @@ fi #================================================= touch /var/log/$app/production.log -chown www-data: /var/log/$app/production.log +chown $app:$app /var/log/$app/production.log ln -s /var/log/$app/production.log "$final_path/log/production.log" #=================================================