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

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

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