Browse Source

Save app variables when installing

Bob Mottram 8 years ago
parent
commit
02ccca76a7
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/freedombone-utils-selector

+ 1
- 0
src/freedombone-utils-selector View File

418
                         else
418
                         else
419
                             echo $"Installing application: ${a}"
419
                             echo $"Installing application: ${a}"
420
                             install_${a}
420
                             install_${a}
421
+                            app_save_variables ${a}
421
                             install_completed ${a}
422
                             install_completed ${a}
422
                             echo $"${a} was installed"
423
                             echo $"${a} was installed"
423
                         fi
424
                         fi