Skip to content
Snippets Groups Projects
Commit df5d029c authored by Bob Mottram's avatar Bob Mottram
Browse files

quotes

parent c4720d95
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment