From df8886a2225717a75d5b33f8153a210100c49861 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 1 Dec 2016 13:51:11 +0000 Subject: [PATCH] During interactive install bypass the app selecting stage This will ensure that apps all get separate passwords assigned --- src/freedombone-utils-setup | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/freedombone-utils-setup b/src/freedombone-utils-setup index e5bb2f9f..30526278 100755 --- a/src/freedombone-utils-setup +++ b/src/freedombone-utils-setup @@ -876,13 +876,6 @@ function setup_apps { function_check upgrade_apps upgrade_apps - if [[ $is_interactive == "menuconfig"* ]]; then - ${PROJECT_NAME}-addremove add-all - if [ ! "$?" = "0" ]; then - exit 72524 - fi - fi - if [[ $is_interactive == "noninteractive" || $is_interactive == "headless" ]]; then function_check install_apps install_apps