andrewwhitehead / schemaspy-docker

Quickly run SchemaSpy on a database and serve the results
Apache License 2.0
10 stars 9 forks source link

Pass schema flag #4

Closed kubat closed 5 years ago

kubat commented 5 years ago

https://github.com/cywolf/schemaspy-docker/blob/05b117c17313cceadee6f247bc58ba22fb6e91bb/start.sh#L55

I believe this should be

ARGS="$ARGS -hq -s \"$DB_SCHEMA\" -cat \"$DB_CATALOG\""