Skip to content
Snippets Groups Projects
Commit 0f796800 authored by Bernardo Dal Seno's avatar Bernardo Dal Seno Committed by Iustin Pop
Browse files

devel/upload: Fix permissions for installed directories


Permissions for the directories created during install depended on the
umask of the user running the script.  Now umask is reset inside the script
to remove such dependency.

Signed-off-by: default avatarBernardo Dal Seno <bdalseno@google.com>
Signed-off-by: default avatarIustin Pop <iustin@google.com>
Reviewed-by: default avatarIustin Pop <iustin@google.com>
parent 04b8aebf
No related branches found
No related tags found
No related merge requests found
...@@ -76,6 +76,9 @@ else ...@@ -76,6 +76,9 @@ else
make_args= make_args=
fi fi
# Make sure that directories will get correct permissions
umask 0022
# install ganeti as a real tree # install ganeti as a real tree
make $make_args install DESTDIR="$TXD" make $make_args install DESTDIR="$TXD"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment