You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
The text was updated successfully, but these errors were encountered:
Hi ,
The install script
install.sh
fails, because it creates thecreate_database.sh
in/usr/local/festivals-identity-server/install/create_database.sql
(line 42,92)However,
install.sh
attempts to execute the script asmysql -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"
The text was updated successfully, but these errors were encountered: