Skip to content

Commit

Permalink
beesh: set umask to defined value
Browse files Browse the repository at this point in the history
  • Loading branch information
donald committed Aug 24, 2016
1 parent 17a0e1f commit 0e08cee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/beesh.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ VERSION=${BEE_VERSION}
# load libs
. ${BEE_LIBEXECDIR}/bee/beelib.config.sh

umask 022

function bee-cache() {
${BEE_LIBEXECDIR}/bee/bee.d/bee-cache "${@}"
}
Expand Down

0 comments on commit 0e08cee

Please sign in to comment.