This commit is contained in:
Bob Mottram 2018-03-30 12:07:06 +01:00
parent c4720d9508
commit df5d029c54
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ function mesh_install_nodejs {
rm "$rootdir/usr/local/bin/node"
fi
if [ -f "$rootdir/usr/bin/node" ]; then
rm /usr/bin/node
rm "$rootdir/usr/bin/node"
fi
if [ -f "$rootdir/usr/bin/nodejs" ]; then
rm "$rootdir/usr/bin/nodejs"