1
0
Fork 1

Debugging file copy issues on daplie board.

Esse commit está contido em:
richdex14 2017-09-04 11:28:57 -06:00
commit ae331149f7
1 arquivos alterados com 2 adições e 1 exclusões

Ver arquivo

@ -66,7 +66,8 @@ if [ -n "${NODEJS_VER}" ]; then
rm ${NODEJS_UNTAR}/{LICENSE,CHANGELOG.md,README.md}
echo "$node_install_path"
echo "${NODEJS_UNTAR}"
sudo rsync -a "${NODEJS_UNTAR}/" "$node_install_path/"
sudo cp -rf "${NODEJS_UNTAR}/" "$node_install_path/"
sync
sudo chown -R $(whoami) "$node_install_path/lib/node_modules/"