浏览代码

Lychee setup advice

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"