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 Apr 22, 2016
1 parent aa4fd29 commit c4d5f39
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 @@ -46,6 +46,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 c4d5f39

Please sign in to comment.