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

Linux installers installs plugins with incorrect permissions #38

Open
MartinGuehmann opened this issue Dec 9, 2020 · 0 comments
Open

Comments

@MartinGuehmann
Copy link

In my plugin folder ~/.t_coffee/plugins/linux/, I have:

-rwxrw-rw- 1 martin martin 4921774 Nov 30 2019 clustalo

This is OK for my local installation, where the stuff in my home folder and when I own it. But this way, it does not work on a cluster computer, where the stuff is owned by root. In that case the permissions should be:

-rwxr-xr-x 1 root root 4921774 Nov 30 2019 clustalo

There are few other files among the plugins, that have the same problem with permissions. Sure the permissions can be fixed manually, but the installer should install everything with the correct permissions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant