Update setup-min.sh

This commit is contained in:
AJ ONeal 2017-05-15 21:55:30 -06:00
förälder 1bc7b66208
incheckning e93042403c
1 ändrade filer med 1 tillägg och 1 borttagningar

Visa fil

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