소스 검색

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"