quotes
This commit is contained in:
parent
c4720d9508
commit
df5d029c54
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue