diff --git a/src/freedombone-controlpanel b/src/freedombone-controlpanel index acf0fd74..ccc4c78e 100755 --- a/src/freedombone-controlpanel +++ b/src/freedombone-controlpanel @@ -215,13 +215,6 @@ function pad_string { } function show_domains { - clear - echo '' - echo $' Detecting installed apps...' - detect_apps - get_apps_installed_names - clear - read_config_param "DEFAULT_DOMAIN_NAME" echo 'Domains' @@ -380,6 +373,12 @@ function show_ip_addresses { } function show_about { + clear + echo '' + echo $' Detecting installed apps...' + detect_apps + get_apps_installed_names + clear show_ip_addresses show_domains