Przeglądaj źródła

echo chosen apps

Bob Mottram 8 lat temu
rodzic
commit
4acad83e9c
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1
    0
      src/freedombone-utils-selector

+ 1
- 0
src/freedombone-utils-selector Wyświetl plik

@@ -330,6 +330,7 @@ function choose_apps_for_variant {
330 330
                       "${variants_list}" == *" $variant_name "* || \
331 331
                       "${variants_list}" == *" $variant_name" ]]; then
332 332
                     if [[ $(app_is_removed ${a}) == "0" ]]; then
333
+                        echo $"${app_name} chosen"
333 334
                         APPS_CHOSEN+=("1")
334 335
                     else
335 336
                         APPS_CHOSEN+=("0")