Detect apps before showing about
This commit is contained in:
parent
e2a6600128
commit
cc3c459b5d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue