Skip to content

Commit

Permalink
GUACAMOLE-374: Merge correction to SQL script paths in Docker initdb.…
Browse files Browse the repository at this point in the history
…sh script.
  • Loading branch information
mike-jumper committed Aug 16, 2024
2 parents f87fc3f + f10fece commit af6e884
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions guacamole-docker/bin/initdb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@ fi
case $DATABASE in

--postgresql)
cat /opt/guacamole/postgresql/schema/*.sql
cat /opt/guacamole/extensions/guacamole-auth-jdbc/postgresql/schema/*.sql
;;

--mysql)
cat /opt/guacamole/mysql/schema/*.sql
cat /opt/guacamole/extensions/guacamole-auth-jdbc/mysql/schema/*.sql
;;

--sqlserver)
cat /opt/guacamole/sqlserver/schema/*.sql
cat /opt/guacamole/extensions/guacamole-auth-jdbc/sqlserver/schema/*.sql
;;

*)
Expand Down

0 comments on commit af6e884

Please sign in to comment.