瀏覽代碼

Save app variables when installing

Bob Mottram 8 年之前
父節點
當前提交
02ccca76a7
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      src/freedombone-utils-selector

+ 1
- 0
src/freedombone-utils-selector 查看文件

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