Bob Mottram пре 8 година
родитељ
комит
2ee1b25c78
1 измењених фајлова са 9 додато и 0 уклоњено
  1. 9
    0
      src/freedombone-app-lychee

+ 9
- 0
src/freedombone-app-lychee Прегледај датотеку

@@ -99,6 +99,15 @@ function install_interactive_lychee {
99 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 111
 function change_password_lychee {
103 112
     LYCHEE_USERNAME="$1"
104 113
     LYCHEE_PASSWORD="$2"