From 733251a0a233e51f1d269e28ea14c550ded80806 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Mon, 30 Jun 2025 16:05:17 +0200 Subject: [PATCH] Update apache-guacamole-install.sh (#5587) --- install/apache-guacamole-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/apache-guacamole-install.sh b/install/apache-guacamole-install.sh index 39884b0f4..5680b7505 100644 --- a/install/apache-guacamole-install.sh +++ b/install/apache-guacamole-install.sh @@ -85,7 +85,7 @@ $STD mariadb -u root -e "GRANT ALL ON $DB_NAME.* TO '$DB_USER'@'localhost'; FLUS echo "Database Password: $DB_PASS" echo "Database Name: $DB_NAME" } >>~/guacamole.creds -cd guacamole-auth-jdbc-1.5.5/mysql/schema +cd guacamole-auth-jdbc-${RELEASE_SERVER}/mysql/schema cat *.sql | mariadb -u root ${DB_NAME} { echo "mysql-hostname: 127.0.0.1"