Update setup-min.sh
This commit is contained in:
parent
1bc7b66208
commit
e93042403c
|
@ -239,6 +239,6 @@ if [ -n "${NODEJS_VER}" ]; then
|
||||||
bash "/tmp/${INSTALL_FILE}" "${NODEJS_VER}"
|
bash "/tmp/${INSTALL_FILE}" "${NODEJS_VER}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
sudo chown -R $(whoami):$(whoami) $node_install_path/lib/node_modules
|
sudo chown -R $(whoami) $node_install_path/lib/node_modules
|
||||||
|
|
||||||
echo ""
|
echo ""
|
Loading…
Reference in New Issue