|
@@ -215,13 +215,6 @@ function pad_string {
|
215
|
215
|
}
|
216
|
216
|
|
217
|
217
|
function show_domains {
|
218
|
|
- clear
|
219
|
|
- echo ''
|
220
|
|
- echo $' Detecting installed apps...'
|
221
|
|
- detect_apps
|
222
|
|
- get_apps_installed_names
|
223
|
|
- clear
|
224
|
|
-
|
225
|
218
|
read_config_param "DEFAULT_DOMAIN_NAME"
|
226
|
219
|
|
227
|
220
|
echo 'Domains'
|
|
@@ -381,6 +374,12 @@ function show_ip_addresses {
|
381
|
374
|
|
382
|
375
|
function show_about {
|
383
|
376
|
clear
|
|
377
|
+ echo ''
|
|
378
|
+ echo $' Detecting installed apps...'
|
|
379
|
+ detect_apps
|
|
380
|
+ get_apps_installed_names
|
|
381
|
+
|
|
382
|
+ clear
|
384
|
383
|
show_ip_addresses
|
385
|
384
|
show_domains
|
386
|
385
|
show_mirrors_password
|