From 4171a1f0d124e4511edd73c012c0d10ebbf1cb39 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 29 Jan 2021 09:27:31 +0100 Subject: [PATCH] Update install --- scripts/install | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/scripts/install b/scripts/install index dca1e89..23d25be 100644 --- a/scripts/install +++ b/scripts/install @@ -126,12 +126,7 @@ popd # Set permissions to app files chown -R www-data:www-data $final_path -chown -R www-data:www-data $final_path/bootstrap/cache public/uploads storage -chown -R www-data:www-data $final_path/public/uploads -chown -R www-data:www-data $final_path/storage -chmod -R 755 $final_path/bootstrap/cache -chmod -R 755 $final_path/public/uploads -chmod -R 755 $final_path/storage +chmod -R 755 $final_path #================================================= # SETUP SSOWAT