From 3e04487adbb413faf60f95f267a5cbbf93298bdd Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Mon, 23 Sep 2024 19:48:09 -0600 Subject: [PATCH] Update lychee-install.sh --- lychee/lychee-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lychee/lychee-install.sh b/lychee/lychee-install.sh index ba847b7..b6be340 100644 --- a/lychee/lychee-install.sh +++ b/lychee/lychee-install.sh @@ -11,8 +11,8 @@ APP_NAME="Lychee" MARIADB_VERSION="106" PHP_VERSION="83" DB_TYPE="MariaDB" -DB_NAME="guacamole" -DB_USER="guacamole" +DB_NAME="lychee" +DB_USER="lychee" DB_ROOT_PASSWORD=$(openssl rand -base64 15) DB_PASSWORD=$(openssl rand -base64 15)