Lychee setup advice
This commit is contained in:
parent
75c5351cca
commit
2ee1b25c78
|
@ -99,6 +99,15 @@ function install_interactive_lychee {
|
||||||
APP_INSTALLED=1
|
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 {
|
function change_password_lychee {
|
||||||
LYCHEE_USERNAME="$1"
|
LYCHEE_USERNAME="$1"
|
||||||
LYCHEE_PASSWORD="$2"
|
LYCHEE_PASSWORD="$2"
|
||||||
|
|
Loading…
Reference in New Issue