Bob Mottram 8 лет назад
Родитель
Сommit
2ee1b25c78
1 измененных файлов: 9 добавлений и 0 удалений
  1. 9
    0
      src/freedombone-app-lychee

+ 9
- 0
src/freedombone-app-lychee Просмотреть файл

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"