diff --git a/src/freedombone-utils-nodejs b/src/freedombone-utils-nodejs
index dcae2757d30484eb69ea42b68a9664dc66d4ccc7..641a49b66ae81a05102612071fe937838229cc1b 100755
--- a/src/freedombone-utils-nodejs
+++ b/src/freedombone-utils-nodejs
@@ -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"