Changed the way we ensure correct permissions at install_apps tasks.
We don't need to change the permissions of the complete app directory, after every single app. To changing this to the just copied directory should be fine.
Additionally it is best practice to set a specific mode and the others don't need access.
Changed the way we ensure correct permissions at
install_apps
tasks. We don't need to change the permissions of the complete app directory, after every single app. To changing this to the just copied directory should be fine. Additionally it is best practice to set a specific mode and theothers
don't need access.