Bob Mottram 7 years ago
parent
commit
df5d029c54
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-utils-nodejs

+ 1
- 1
src/freedombone-utils-nodejs View File

89
         rm "$rootdir/usr/local/bin/node"
89
         rm "$rootdir/usr/local/bin/node"
90
     fi
90
     fi
91
     if [ -f "$rootdir/usr/bin/node" ]; then
91
     if [ -f "$rootdir/usr/bin/node" ]; then
92
-        rm /usr/bin/node
92
+        rm "$rootdir/usr/bin/node"
93
     fi
93
     fi
94
     if [ -f "$rootdir/usr/bin/nodejs" ]; then
94
     if [ -f "$rootdir/usr/bin/nodejs" ]; then
95
         rm "$rootdir/usr/bin/nodejs"
95
         rm "$rootdir/usr/bin/nodejs"