Skip to content

Commit

Permalink
Forgot CREATE DATABASE variable
Browse files Browse the repository at this point in the history
  • Loading branch information
rothgar committed Feb 13, 2015
1 parent c863eb3 commit 1438bac
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 @@ -35,7 +35,7 @@ if [ "$1" = 'postgres' ]; then
else
op='CREATE'
gosu postgres postgres --single -jE <<-EOSQL
CREATE DATABASE "$POSTGRES_USER" ;
CREATE DATABASE "$POSTGRES_DB" ;
EOSQL
echo
fi
Expand Down

0 comments on commit 1438bac

Please sign in to comment.