Browse Source

Read architecture value

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

+ 2
- 0
src/freedombone-utils-nodejs View File

@@ -177,6 +177,8 @@ function nodejs_upgrade {
177 177
             return
178 178
         fi
179 179
     fi
180
+    read_config_param ARCHITECTURE
181
+    get_npm_arch
180 182
     rootdir=
181 183
     mesh_install_nodejs
182 184
 }