1
0
mirror of https://github.com/docker-library/postgres.git synced 2025-11-17 13:02:40 +03:00

retabed files

This commit is contained in:
Justin Garrison
2015-02-12 16:32:07 -08:00
parent 8e22601253
commit 80fa682789
5 changed files with 5 additions and 5 deletions

View File

@@ -29,7 +29,7 @@ if [ "$1" = 'postgres' ]; then
fi fi
: ${POSTGRES_USER:=postgres} : ${POSTGRES_USER:=postgres}
: ${POSTGRES_DB:=$POSTGRES_USER} : ${POSTGRES_DB:=$POSTGRES_USER}
if [ "$POSTGRES_DB" = 'postgres' ]; then if [ "$POSTGRES_DB" = 'postgres' ]; then
op='ALTER' op='ALTER'
else else

View File

@@ -29,7 +29,7 @@ if [ "$1" = 'postgres' ]; then
fi fi
: ${POSTGRES_USER:=postgres} : ${POSTGRES_USER:=postgres}
: ${POSTGRES_DB:=$POSTGRES_USER} : ${POSTGRES_DB:=$POSTGRES_USER}
if [ "$POSTGRES_USER" = 'postgres' ]; then if [ "$POSTGRES_USER" = 'postgres' ]; then
op='ALTER' op='ALTER'
else else

View File

@@ -29,7 +29,7 @@ if [ "$1" = 'postgres' ]; then
fi fi
: ${POSTGRES_USER:=postgres} : ${POSTGRES_USER:=postgres}
: ${POSTGRES_DB:=$POSTGRES_USER} : ${POSTGRES_DB:=$POSTGRES_USER}
if [ "$POSTGRES_DB" = 'postgres' ]; then if [ "$POSTGRES_DB" = 'postgres' ]; then
op='ALTER' op='ALTER'
else else

View File

@@ -29,7 +29,7 @@ if [ "$1" = 'postgres' ]; then
fi fi
: ${POSTGRES_USER:=postgres} : ${POSTGRES_USER:=postgres}
: ${POSTGRES_DB:=$POSTGRES_USER} : ${POSTGRES_DB:=$POSTGRES_USER}
if [ "$POSTGRES_DB" = 'postgres' ]; then if [ "$POSTGRES_DB" = 'postgres' ]; then
op='ALTER' op='ALTER'
else else

View File

@@ -29,7 +29,7 @@ if [ "$1" = 'postgres' ]; then
fi fi
: ${POSTGRES_USER:=postgres} : ${POSTGRES_USER:=postgres}
: ${POSTGRES_DB:=$POSTGRES_USER} : ${POSTGRES_DB:=$POSTGRES_USER}
if [ "$POSTGRES_DB" = 'postgres' ]; then if [ "$POSTGRES_DB" = 'postgres' ]; then
op='ALTER' op='ALTER'
else else