Clash between function names

This commit is contained in:
Bob Mottram 2016-10-17 11:35:13 +01:00
parent 3d259de720
commit 94948257b1
2 changed files with 6 additions and 6 deletions

View File

@ -86,7 +86,7 @@ function show_apps {
fi
}
function remove_apps_interactive {
function remove_apps_selected {
# which apps need to be removed?
removals=""
app_index=0
@ -129,7 +129,7 @@ function remove_apps_interactive {
remove_apps
}
function install_apps_interactive {
function install_apps_selected {
# which apps need to be installed?
installs=""
app_index=0
@ -190,7 +190,7 @@ show_apps
clear
remove_apps_interactive
install_apps_interactive
remove_apps_selected
install_apps_selected
exit 0

View File

@ -52,7 +52,7 @@ MY_USERNAME=
DEFAULT_DOMAIN_NAME=
DEFAULT_DOMAIN_CODE=
MY_EMAIL_ADDRESS=
SYSTEM_TYPE=
SYSTEM_TYPE='full'
INSTALLING_ON_BBB="no"
DDNS_PROVIDER=
DDNS_USERNAME=
@ -1331,7 +1331,7 @@ function interactive_config {
dialog --title $"Freedombone" --msgbox "$INITIAL_MESSAGE" 15 50
choose_system_variant
#choose_system_variant
set_main_repo
choose_username
choose_full_name