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