During interactive install bypass the app selecting stage

This will ensure that apps all get separate passwords assigned
This commit is contained in:
Bob Mottram 2016-12-01 13:51:11 +00:00
parent a9756f6baf
commit df8886a222
1 changed files with 0 additions and 7 deletions

View File

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