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

This commit is contained in:
AJ ONeal 2016-04-18 09:55:11 -06:00
父節點 3e0dbfed66
當前提交 3f364aa1ed
共有 1 個文件被更改,包括 1 次插入1 次删除

查看文件

@ -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