Skip to content
Snippets Groups Projects
Commit 2ee1b25c authored by Bob Mottram's avatar Bob Mottram
Browse files

Lychee setup advice

parent 75c5351c
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment