Update setup-min.sh

This commit is contained in:
AJ ONeal 2017-05-15 21:55:30 -06:00
parent 1bc7b66208
commit e93042403c
1 changed files with 1 additions and 1 deletions

View File

@ -239,6 +239,6 @@ if [ -n "${NODEJS_VER}" ]; then
bash "/tmp/${INSTALL_FILE}" "${NODEJS_VER}"
fi
sudo chown -R $(whoami):$(whoami) $node_install_path/lib/node_modules
sudo chown -R $(whoami) $node_install_path/lib/node_modules
echo ""