We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcfa05d commit 733251aCopy full SHA for 733251a
install/apache-guacamole-install.sh
@@ -85,7 +85,7 @@ $STD mariadb -u root -e "GRANT ALL ON $DB_NAME.* TO '$DB_USER'@'localhost'; FLUS
85
echo "Database Password: $DB_PASS"
86
echo "Database Name: $DB_NAME"
87
} >>~/guacamole.creds
88
-cd guacamole-auth-jdbc-1.5.5/mysql/schema
+cd guacamole-auth-jdbc-${RELEASE_SERVER}/mysql/schema
89
cat *.sql | mariadb -u root ${DB_NAME}
90
{
91
echo "mysql-hostname: 127.0.0.1"
0 commit comments