From 9e352065642c9cb4d4261b7735006b136f24999b Mon Sep 17 00:00:00 2001 From: frju365 <19982894+frju365@users.noreply.github.com> Date: Sun, 10 Jun 2018 12:28:20 +0200 Subject: [PATCH] Update install --- scripts/install | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/scripts/install b/scripts/install index cfa3e1a..97ac143 100644 --- a/scripts/install +++ b/scripts/install @@ -188,25 +188,11 @@ touch /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" -#================================================= -# Configure owner -#================================================= - -sudo chown -R www-data: $final_path - #================================================= # Start lstu #================================================= -systemctl daemon-reload systemctl start lstu.service -systemctl enable lstu.service - -#================================================= -# Set right permissions on new files created at first start -#================================================= - -sudo chown -R www-data: "$final_path" #================================================= # Add lstu as a service