This commit is contained in:
Bob Mottram 2018-01-06 14:22:23 +00:00
commit 9b48dab929
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ if [[ "\$npm_version" != "${NPM_VERSION}" ]]; then
fi
EOF
chmod +x $rootdir/usr/bin/test_nodejs_install
chroot "$rootdir" /usr/bin/test_nodejs_install
$mesh_install_nodejs_prefix /usr/bin/test_nodejs_install
if [ ! "$?" = "0" ]; then
echo $"nodejs version numbers did not match. Architecture is $NPM_ARCH."
exit 76835282