소스 검색

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,7 +150,7 @@ if [[ "\$npm_version" != "${NPM_VERSION}" ]]; then
150 150
 fi
151 151
 EOF
152 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 154
     if [ ! "$?" = "0" ]; then
155 155
         echo $"nodejs version numbers did not match. Architecture is $NPM_ARCH."
156 156
         exit 76835282