diff --git a/scripts/install b/scripts/install index 506454f..d8329d0 100755 --- a/scripts/install +++ b/scripts/install @@ -55,7 +55,8 @@ sudo chown -R root:www-data $final_path sudo chmod -R o-rwx $final_path for folder in cache config exports logs photos templates_c tempimages do - sudo chmod u+rx g+rwx $final_path/data/$folder + sudo chmod u+rx $final_path/data/$folder + sudo chmod g+rwx $final_path/data/$folder done ####################################################