Debugging file copy issues on daplie board.

This commit is contained in:
richdex14 2017-09-04 11:28:57 -06:00
parent 16a6d7e18c
commit ae331149f7
1 changed files with 2 additions and 1 deletions

View File

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