From e04fd56d072f3f8c5deccb8cde7f9f6f6ccb9ac5 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 14 Jul 2021 19:14:11 +0200 Subject: [PATCH] Update install --- scripts/install | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/install b/scripts/install index 77c62cd..a751ece 100755 --- a/scripts/install +++ b/scripts/install @@ -95,13 +95,10 @@ mkdir $public_path mkdir -p $final_path/accounts/newsmirror ln -s $final_path/accounts/newsmirror $public_path/newsmirror - chmod 750 "$final_path" -chmod -R o-rwx "$final_path" chown -R $app:www-data "$final_path" chmod 750 $public_path -chmod -R o-rwx $public_path chown -R $app:www-data $public_path #=================================================