-
Notifications
You must be signed in to change notification settings - Fork 3
start.sh
may force permissions change on mounted directories
#12
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
Comments
the id won't be changed since they (me and user) share the same id. |
the idea is that |
right but if you forget to add |
indeed, we could detect that and avoid doing the chmod in that case. |
yep but at least there should be a clear WARNING to avoid mounting directory into /home/user |
I agree. |
This kind of script may fix the problem
|
I will integrate that asap |
Hi,
I'm having some problems with
start.sh
script.Imagine that I run feelpp/feelpp-toolboxes with this command line:
Since there is a
chmod -R user.user $HOME
instart.sh
the permissions on /home/me/data will be forced touser.user
which shall not append!The text was updated successfully, but these errors were encountered: