Quellcode durchsuchen

Detect apps before showing about

Bob Mottram vor 8 Jahren
Ursprung
Commit
cc3c459b5d
1 geänderte Dateien mit 6 neuen und 7 gelöschten Zeilen
  1. 6
    7
      src/freedombone-controlpanel

+ 6
- 7
src/freedombone-controlpanel Datei anzeigen

215
 }
215
 }
216
 
216
 
217
 function show_domains {
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
     read_config_param "DEFAULT_DOMAIN_NAME"
218
     read_config_param "DEFAULT_DOMAIN_NAME"
226
 
219
 
227
     echo 'Domains'
220
     echo 'Domains'
381
 
374
 
382
 function show_about {
375
 function show_about {
383
     clear
376
     clear
377
+    echo ''
378
+    echo $'  Detecting installed apps...'
379
+    detect_apps
380
+    get_apps_installed_names
381
+
382
+    clear
384
     show_ip_addresses
383
     show_ip_addresses
385
     show_domains
384
     show_domains
386
     show_mirrors_password
385
     show_mirrors_password