Lychee setup advice

This commit is contained in:
Bob Mottram 2016-11-20 18:37:17 +00:00
parent 75c5351cca
commit 2ee1b25c78
1 changed files with 9 additions and 0 deletions

View File

@ -99,6 +99,15 @@ function install_interactive_lychee {
APP_INSTALLED=1
}
function configure_interactive_lychee {
function_check get_mariadb_password
get_mariadb_password
dialog --title $"Lychee Configuration" \
--msgbox $"You can initially install the system with\n\n Username: root\n Password: $MARIADB_PASSWORD" 10 70
}
function change_password_lychee {
LYCHEE_USERNAME="$1"
LYCHEE_PASSWORD="$2"