Bob Mottram před 8 roky
rodič
revize
8977e5bc69
1 změnil soubory, kde provedl 3 přidání a 0 odebrání
  1. 3
    0
      src/freedombone-utils-selector

+ 3
- 0
src/freedombone-utils-selector Zobrazit soubor

@@ -384,6 +384,7 @@ function install_apps {
384 384
 
385 385
     # interactive install configuration for each app
386 386
     if [ ${is_interactive} ]; then
387
+        echo $"Interactive installer"
387 388
         app_index=0
388 389
         for a in "${APPS_AVAILABLE[@]}"
389 390
         do
@@ -391,12 +392,14 @@ function install_apps {
391 392
                 if [[ ${APPS_CHOSEN[$app_index]} == "1" ]]; then
392 393
                     # interactively obtain settings for this app
393 394
                     if [[ $(function_exists install_interactive_${a}) == "1" ]]; then
395
+                        echo $"Interactive settings for ${a}"
394 396
                         install_interactive_${a}
395 397
                     fi
396 398
                 fi
397 399
             fi
398 400
             app_index=$[app_index+1]
399 401
         done
402
+        echo $"Interactive settings complete"
400 403
     fi
401 404
 
402 405
     # now install the apps