change perms on /usr/local/lib/node_modules/ only

This commit is contained in:
AJ ONeal 2016-04-18 09:55:11 -06:00
parent 3e0dbfed66
commit 3f364aa1ed
1 changed files with 1 additions and 1 deletions

View File

@ -44,5 +44,5 @@ if [ -n "${NODEJS_VER}" ]; then
sudo rsync -a "${NODEJS_UNTAR}/" /usr/local/
sudo chown -R $(whoami) /usr/local
sudo chown -R $(whoami) /usr/local/lib/node_modules/
fi