浏览代码

Merge branch 'stretch' of https://github.com/bashrc/freedombone

Bob Mottram 7 年前
父节点
当前提交
9b48dab929
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/freedombone-utils-nodejs

+ 1
- 1
src/freedombone-utils-nodejs 查看文件

150
 fi
150
 fi
151
 EOF
151
 EOF
152
     chmod +x $rootdir/usr/bin/test_nodejs_install
152
     chmod +x $rootdir/usr/bin/test_nodejs_install
153
-    chroot "$rootdir" /usr/bin/test_nodejs_install
153
+    $mesh_install_nodejs_prefix /usr/bin/test_nodejs_install
154
     if [ ! "$?" = "0" ]; then
154
     if [ ! "$?" = "0" ]; then
155
         echo $"nodejs version numbers did not match. Architecture is $NPM_ARCH."
155
         echo $"nodejs version numbers did not match. Architecture is $NPM_ARCH."
156
         exit 76835282
156
         exit 76835282