Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Directory permissions are missing after restoring modules #180

Open
semaf opened this issue May 18, 2024 · 0 comments
Open

Directory permissions are missing after restoring modules #180

semaf opened this issue May 18, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@semaf
Copy link

semaf commented May 18, 2024

Hey,

After setting up a new installation and restoring the modules from backup, are the modules/ and subdirectories with root:root permissions in my case. Alpine Linux is missing usermod to change the permissions.

drwxr-xr-x 9 nginx www-data 4096 May 18 11:39 CustomFields
drwxr-xr-x 8 root root 4096 Feb 23 17:38 CustomFolders

Solution was for me after exec to freescout app:
chown -R "${NGINX_USER}":"${NGINX_GROUP}" "${NGINX_WEBROOT}"/Modules/

@semaf semaf added the bug Something isn't working label May 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant