Festivals-App / festivals-identity-server

Exposing the FestivalsIdentityAPI providing authorization and authentication functions to the the FestivalsApp project.
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Install script misplaces create_database.sql #1

Open BramVan-Oosterhout opened 2 months ago

BramVan-Oosterhout commented 2 months ago

Hi , The install script install.sh fails, because it creates the create_database.sh in /usr/local/festivals-identity-server/install/create_database.sql (line 42,92) However, install.sh attempts to execute the script as mysql -e "source /usr/local/festivals-identity-server/create_database.sql" (line 98) That should be: mysql -e "source /usr/local/festivals-identity-server**/install**/create_database.sql"