Skip to content

Commit

Permalink
bee-install: set umask to a defined value
Browse files Browse the repository at this point in the history
  • Loading branch information
donald committed Sep 25, 2015
1 parent 96c2a23 commit d866100
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/bee-install.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,8 @@ function do_install_file() {
changedir="--transform=s,^/,${BEE_BEEDESTDIR}/,S"
fi

umask 022

start_cmd tar -x --dereference -${vv}Pf ${file} \
${changedir} \
--transform="s,^FILES$,${BEE_METADIR}/${pkg}/CONTENT.FILES," \
Expand Down

0 comments on commit d866100

Please sign in to comment.