Detect apps before showing about

This commit is contained in:
Bob Mottram 2016-10-18 17:53:18 +01:00
parent e2a6600128
commit cc3c459b5d
1 changed files with 6 additions and 7 deletions

View File

@ -215,13 +215,6 @@ function pad_string {
} }
function show_domains { function show_domains {
clear
echo ''
echo $' Detecting installed apps...'
detect_apps
get_apps_installed_names
clear
read_config_param "DEFAULT_DOMAIN_NAME" read_config_param "DEFAULT_DOMAIN_NAME"
echo 'Domains' echo 'Domains'
@ -380,6 +373,12 @@ function show_ip_addresses {
} }
function show_about { function show_about {
clear
echo ''
echo $' Detecting installed apps...'
detect_apps
get_apps_installed_names
clear clear
show_ip_addresses show_ip_addresses
show_domains show_domains