Skip to content

Commit

Permalink
fix for redhat
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbtek committed Aug 8, 2016
1 parent ee5c997 commit 90240b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cookbooks/node-js/recipes/install.bash
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ function resetOwnerAndSymlinkLocalBin()

function install()
{
umask '0022'

# Clean Up

initializeFolder "${NODE_JS_INSTALL_FOLDER}"
Expand Down Expand Up @@ -70,6 +72,8 @@ function install()
# Display Version

displayVersion "Node Version : $(node --version)\nNPM Version : $(npm --version)"

umask '0077'
}

function getLatestVersionNumber()
Expand Down

0 comments on commit 90240b0

Please sign in to comment.