Procházet zdrojové kódy

Lychee setup advice

Bob Mottram před 8 roky
rodič
revize
2ee1b25c78
1 změnil soubory, kde provedl 9 přidání a 0 odebrání
  1. 9
    0
      src/freedombone-app-lychee

+ 9
- 0
src/freedombone-app-lychee Zobrazit soubor

99
     APP_INSTALLED=1
99
     APP_INSTALLED=1
100
 }
100
 }
101
 
101
 
102
+function configure_interactive_lychee {
103
+    function_check get_mariadb_password
104
+    get_mariadb_password
105
+
106
+    dialog --title $"Lychee Configuration" \
107
+           --msgbox $"You can initially install the system with\n\n  Username: root\n  Password: $MARIADB_PASSWORD" 10 70
108
+}
109
+
110
+
102
 function change_password_lychee {
111
 function change_password_lychee {
103
     LYCHEE_USERNAME="$1"
112
     LYCHEE_USERNAME="$1"
104
     LYCHEE_PASSWORD="$2"
113
     LYCHEE_PASSWORD="$2"