Don't clear available apps array
This commit is contained in:
parent
93e62eb31a
commit
df6af676ee
|
@ -311,7 +311,6 @@ function choose_apps_for_variant {
|
||||||
|
|
||||||
FILES=/usr/share/${PROJECT_NAME}/apps/${PROJECT_NAME}-app-*
|
FILES=/usr/share/${PROJECT_NAME}/apps/${PROJECT_NAME}-app-*
|
||||||
|
|
||||||
APPS_AVAILABLE=()
|
|
||||||
APPS_CHOSEN=()
|
APPS_CHOSEN=()
|
||||||
|
|
||||||
# for all the app scripts
|
# for all the app scripts
|
||||||
|
|
|
@ -518,6 +518,9 @@ function setup_apps {
|
||||||
function_check create_completion_file
|
function_check create_completion_file
|
||||||
create_completion_file
|
create_completion_file
|
||||||
|
|
||||||
|
function_ckeck detect_installable_apps
|
||||||
|
detect_installable_apps
|
||||||
|
|
||||||
function_check choose_apps_for_variant
|
function_check choose_apps_for_variant
|
||||||
choose_apps_for_variant "$SYSTEM_TYPE"
|
choose_apps_for_variant "$SYSTEM_TYPE"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue