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" #=================================================