Skip to content

Commit 733251a

Browse files
authored
Update apache-guacamole-install.sh (#5587)
1 parent bcfa05d commit 733251a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/apache-guacamole-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ $STD mariadb -u root -e "GRANT ALL ON $DB_NAME.* TO '$DB_USER'@'localhost'; FLUS
8585
echo "Database Password: $DB_PASS"
8686
echo "Database Name: $DB_NAME"
8787
} >>~/guacamole.creds
88-
cd guacamole-auth-jdbc-1.5.5/mysql/schema
88+
cd guacamole-auth-jdbc-${RELEASE_SERVER}/mysql/schema
8989
cat *.sql | mariadb -u root ${DB_NAME}
9090
{
9191
echo "mysql-hostname: 127.0.0.1"

0 commit comments

Comments
 (0)