Allow Master account to change files ownership to Application user
- Connect via SSH using the Master Account
- Write new files in an Application (e.g. via git pull)
- use chown to set ownership to the Application user account
- You have: Operation not permitted
This is a problem when creating scripts to update part of an application (I cannot use the global git pull that you provide).
And it is not possible to use git pull for private Git repositories with the Application account because ~/.ssh is not writable for it.
1
vote
Marc FARRE
shared this idea