Explorar el Código

Read architecture value

Bob Mottram hace 7 años
padre
commit
9881291951
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2
    0
      src/freedombone-utils-nodejs

+ 2
- 0
src/freedombone-utils-nodejs Ver fichero

@@ -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
 }