forked from coolaj86/node-installer.sh
Debugging file copy issues on daplie board.
This commit is contained in:
parent
16a6d7e18c
commit
ae331149f7
|
@ -66,7 +66,8 @@ if [ -n "${NODEJS_VER}" ]; then
|
||||||
rm ${NODEJS_UNTAR}/{LICENSE,CHANGELOG.md,README.md}
|
rm ${NODEJS_UNTAR}/{LICENSE,CHANGELOG.md,README.md}
|
||||||
echo "$node_install_path"
|
echo "$node_install_path"
|
||||||
echo "${NODEJS_UNTAR}"
|
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/"
|
sudo chown -R $(whoami) "$node_install_path/lib/node_modules/"
|
||||||
|
|
Loading…
Reference in New Issue