Explorar el Código

Save app variables when installing

Bob Mottram hace 8 años
padre
commit
02ccca76a7
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      src/freedombone-utils-selector

+ 1
- 0
src/freedombone-utils-selector Ver fichero

@@ -418,6 +418,7 @@ function install_apps {
418 418
                         else
419 419
                             echo $"Installing application: ${a}"
420 420
                             install_${a}
421
+                            app_save_variables ${a}
421 422
                             install_completed ${a}
422 423
                             echo $"${a} was installed"
423 424
                         fi