diff --git a/scripts/install b/scripts/install index c185e54..b09fcd6 100644 --- a/scripts/install +++ b/scripts/install @@ -43,6 +43,7 @@ sudo find $final_path -type f -name ".htaccess" | xargs sudo rm #setup permissions sudo chown -R root: $final_path sudo chown -R www-data: $final_path/data +sudo chown -R www-data: $final_path/plugins sudo find $final_path -type f | xargs sudo chmod 644 sudo find $final_path -type d | xargs sudo chmod 755