Skip to content

Commit

Permalink
Merge pull request #47 from daimor/master
Browse files Browse the repository at this point in the history
  • Loading branch information
evshvarov authored Jan 11, 2025
2 parents 8291dc4 + 5d5b227 commit fa6273b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ docker_process_sql() {
docker_setup_namespace() {
if ! docker_process_sql --nspace $IRIS_NAMESPACE -e 'SELECT $Namespace;' > /dev/null 2>&1; then
echo "Create namespace: $IRIS_NAMESPACE"
docker_process_sql --nspace %SYS <<-EOSQL > /dev/null
docker_process_sql iris+emb:///%SYS <<-EOSQL > /dev/null
CREATE DATABASE "$IRIS_NAMESPACE";
EOSQL
fi
Expand Down

0 comments on commit fa6273b

Please sign in to comment.