File tree 13 files changed +26
-26
lines changed
13 files changed +26
-26
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ docker_create_db_directories() {
44
44
chmod 775 /var/run/postgresql || :
45
45
46
46
# Create the transaction log directory before initdb is run so the directory is owned by the correct user
47
- if [ " $POSTGRES_INITDB_WALDIR " ]; then
47
+ if [ -n " $POSTGRES_INITDB_WALDIR " ]; then
48
48
mkdir -p " $POSTGRES_INITDB_WALDIR "
49
49
if [ " $user " = ' 0' ]; then
50
50
find " $POSTGRES_INITDB_WALDIR " \! -user postgres -exec chown postgres ' {}' +
@@ -74,7 +74,7 @@ docker_init_database_dir() {
74
74
echo " postgres:x:$( id -g) :" > " $NSS_WRAPPER_GROUP "
75
75
fi
76
76
77
- if [ " $POSTGRES_INITDB_WALDIR " ]; then
77
+ if [ -n " $POSTGRES_INITDB_WALDIR " ]; then
78
78
set -- --waldir " $POSTGRES_INITDB_WALDIR " " $@ "
79
79
fi
80
80
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ docker_create_db_directories() {
44
44
chmod 775 /var/run/postgresql || :
45
45
46
46
# Create the transaction log directory before initdb is run so the directory is owned by the correct user
47
- if [ " $POSTGRES_INITDB_WALDIR " ]; then
47
+ if [ -n " $POSTGRES_INITDB_WALDIR " ]; then
48
48
mkdir -p " $POSTGRES_INITDB_WALDIR "
49
49
if [ " $user " = ' 0' ]; then
50
50
find " $POSTGRES_INITDB_WALDIR " \! -user postgres -exec chown postgres ' {}' +
@@ -74,7 +74,7 @@ docker_init_database_dir() {
74
74
echo " postgres:x:$( id -g) :" > " $NSS_WRAPPER_GROUP "
75
75
fi
76
76
77
- if [ " $POSTGRES_INITDB_WALDIR " ]; then
77
+ if [ -n " $POSTGRES_INITDB_WALDIR " ]; then
78
78
set -- --waldir " $POSTGRES_INITDB_WALDIR " " $@ "
79
79
fi
80
80
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ docker_create_db_directories() {
44
44
chmod 775 /var/run/postgresql || :
45
45
46
46
# Create the transaction log directory before initdb is run so the directory is owned by the correct user
47
- if [ " $POSTGRES_INITDB_WALDIR " ]; then
47
+ if [ -n " $POSTGRES_INITDB_WALDIR " ]; then
48
48
mkdir -p " $POSTGRES_INITDB_WALDIR "
49
49
if [ " $user " = ' 0' ]; then
50
50
find " $POSTGRES_INITDB_WALDIR " \! -user postgres -exec chown postgres ' {}' +
@@ -74,7 +74,7 @@ docker_init_database_dir() {
74
74
echo " postgres:x:$( id -g) :" > " $NSS_WRAPPER_GROUP "
75
75
fi
76
76
77
- if [ " $POSTGRES_INITDB_WALDIR " ]; then
77
+ if [ -n " $POSTGRES_INITDB_WALDIR " ]; then
78
78
set -- --waldir " $POSTGRES_INITDB_WALDIR " " $@ "
79
79
fi
80
80
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ docker_create_db_directories() {
44
44
chmod 775 /var/run/postgresql || :
45
45
46
46
# Create the transaction log directory before initdb is run so the directory is owned by the correct user
47
- if [ " $POSTGRES_INITDB_WALDIR " ]; then
47
+ if [ -n " $POSTGRES_INITDB_WALDIR " ]; then
48
48
mkdir -p " $POSTGRES_INITDB_WALDIR "
49
49
if [ " $user " = ' 0' ]; then
50
50
find " $POSTGRES_INITDB_WALDIR " \! -user postgres -exec chown postgres ' {}' +
@@ -74,7 +74,7 @@ docker_init_database_dir() {
74
74
echo " postgres:x:$( id -g) :" > " $NSS_WRAPPER_GROUP "
75
75
fi
76
76
77
- if [ " $POSTGRES_INITDB_WALDIR " ]; then
77
+ if [ -n " $POSTGRES_INITDB_WALDIR " ]; then
78
78
set -- --waldir " $POSTGRES_INITDB_WALDIR " " $@ "
79
79
fi
80
80
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ docker_create_db_directories() {
44
44
chmod 775 /var/run/postgresql || :
45
45
46
46
# Create the transaction log directory before initdb is run so the directory is owned by the correct user
47
- if [ " $POSTGRES_INITDB_WALDIR " ]; then
47
+ if [ -n " $POSTGRES_INITDB_WALDIR " ]; then
48
48
mkdir -p " $POSTGRES_INITDB_WALDIR "
49
49
if [ " $user " = ' 0' ]; then
50
50
find " $POSTGRES_INITDB_WALDIR " \! -user postgres -exec chown postgres ' {}' +
@@ -74,7 +74,7 @@ docker_init_database_dir() {
74
74
echo " postgres:x:$( id -g) :" > " $NSS_WRAPPER_GROUP "
75
75
fi
76
76
77
- if [ " $POSTGRES_INITDB_WALDIR " ]; then
77
+ if [ -n " $POSTGRES_INITDB_WALDIR " ]; then
78
78
set -- --waldir " $POSTGRES_INITDB_WALDIR " " $@ "
79
79
fi
80
80
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ docker_create_db_directories() {
44
44
chmod 775 /var/run/postgresql || :
45
45
46
46
# Create the transaction log directory before initdb is run so the directory is owned by the correct user
47
- if [ " $POSTGRES_INITDB_WALDIR " ]; then
47
+ if [ -n " $POSTGRES_INITDB_WALDIR " ]; then
48
48
mkdir -p " $POSTGRES_INITDB_WALDIR "
49
49
if [ " $user " = ' 0' ]; then
50
50
find " $POSTGRES_INITDB_WALDIR " \! -user postgres -exec chown postgres ' {}' +
@@ -74,7 +74,7 @@ docker_init_database_dir() {
74
74
echo " postgres:x:$( id -g) :" > " $NSS_WRAPPER_GROUP "
75
75
fi
76
76
77
- if [ " $POSTGRES_INITDB_WALDIR " ]; then
77
+ if [ -n " $POSTGRES_INITDB_WALDIR " ]; then
78
78
set -- --waldir " $POSTGRES_INITDB_WALDIR " " $@ "
79
79
fi
80
80
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ docker_create_db_directories() {
44
44
chmod 775 /var/run/postgresql || :
45
45
46
46
# Create the transaction log directory before initdb is run so the directory is owned by the correct user
47
- if [ " $POSTGRES_INITDB_XLOGDIR " ]; then
47
+ if [ -n " $POSTGRES_INITDB_XLOGDIR " ]; then
48
48
mkdir -p " $POSTGRES_INITDB_XLOGDIR "
49
49
if [ " $user " = ' 0' ]; then
50
50
find " $POSTGRES_INITDB_XLOGDIR " \! -user postgres -exec chown postgres ' {}' +
@@ -74,7 +74,7 @@ docker_init_database_dir() {
74
74
echo " postgres:x:$( id -g) :" > " $NSS_WRAPPER_GROUP "
75
75
fi
76
76
77
- if [ " $POSTGRES_INITDB_XLOGDIR " ]; then
77
+ if [ -n " $POSTGRES_INITDB_XLOGDIR " ]; then
78
78
set -- --xlogdir " $POSTGRES_INITDB_XLOGDIR " " $@ "
79
79
fi
80
80
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ docker_create_db_directories() {
44
44
chmod 775 /var/run/postgresql || :
45
45
46
46
# Create the transaction log directory before initdb is run so the directory is owned by the correct user
47
- if [ " $POSTGRES_INITDB_XLOGDIR " ]; then
47
+ if [ -n " $POSTGRES_INITDB_XLOGDIR " ]; then
48
48
mkdir -p " $POSTGRES_INITDB_XLOGDIR "
49
49
if [ " $user " = ' 0' ]; then
50
50
find " $POSTGRES_INITDB_XLOGDIR " \! -user postgres -exec chown postgres ' {}' +
@@ -74,7 +74,7 @@ docker_init_database_dir() {
74
74
echo " postgres:x:$( id -g) :" > " $NSS_WRAPPER_GROUP "
75
75
fi
76
76
77
- if [ " $POSTGRES_INITDB_XLOGDIR " ]; then
77
+ if [ -n " $POSTGRES_INITDB_XLOGDIR " ]; then
78
78
set -- --xlogdir " $POSTGRES_INITDB_XLOGDIR " " $@ "
79
79
fi
80
80
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ docker_create_db_directories() {
44
44
chmod 775 /var/run/postgresql || :
45
45
46
46
# Create the transaction log directory before initdb is run so the directory is owned by the correct user
47
- if [ " $POSTGRES_INITDB_XLOGDIR " ]; then
47
+ if [ -n " $POSTGRES_INITDB_XLOGDIR " ]; then
48
48
mkdir -p " $POSTGRES_INITDB_XLOGDIR "
49
49
if [ " $user " = ' 0' ]; then
50
50
find " $POSTGRES_INITDB_XLOGDIR " \! -user postgres -exec chown postgres ' {}' +
@@ -74,7 +74,7 @@ docker_init_database_dir() {
74
74
echo " postgres:x:$( id -g) :" > " $NSS_WRAPPER_GROUP "
75
75
fi
76
76
77
- if [ " $POSTGRES_INITDB_XLOGDIR " ]; then
77
+ if [ -n " $POSTGRES_INITDB_XLOGDIR " ]; then
78
78
set -- --xlogdir " $POSTGRES_INITDB_XLOGDIR " " $@ "
79
79
fi
80
80
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ docker_create_db_directories() {
44
44
chmod 775 /var/run/postgresql || :
45
45
46
46
# Create the transaction log directory before initdb is run so the directory is owned by the correct user
47
- if [ " $POSTGRES_INITDB_XLOGDIR " ]; then
47
+ if [ -n " $POSTGRES_INITDB_XLOGDIR " ]; then
48
48
mkdir -p " $POSTGRES_INITDB_XLOGDIR "
49
49
if [ " $user " = ' 0' ]; then
50
50
find " $POSTGRES_INITDB_XLOGDIR " \! -user postgres -exec chown postgres ' {}' +
@@ -74,7 +74,7 @@ docker_init_database_dir() {
74
74
echo " postgres:x:$( id -g) :" > " $NSS_WRAPPER_GROUP "
75
75
fi
76
76
77
- if [ " $POSTGRES_INITDB_XLOGDIR " ]; then
77
+ if [ -n " $POSTGRES_INITDB_XLOGDIR " ]; then
78
78
set -- --xlogdir " $POSTGRES_INITDB_XLOGDIR " " $@ "
79
79
fi
80
80
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ docker_create_db_directories() {
44
44
chmod 775 /var/run/postgresql || :
45
45
46
46
# Create the transaction log directory before initdb is run so the directory is owned by the correct user
47
- if [ " $POSTGRES_INITDB_XLOGDIR " ]; then
47
+ if [ -n " $POSTGRES_INITDB_XLOGDIR " ]; then
48
48
mkdir -p " $POSTGRES_INITDB_XLOGDIR "
49
49
if [ " $user " = ' 0' ]; then
50
50
find " $POSTGRES_INITDB_XLOGDIR " \! -user postgres -exec chown postgres ' {}' +
@@ -74,7 +74,7 @@ docker_init_database_dir() {
74
74
echo " postgres:x:$( id -g) :" > " $NSS_WRAPPER_GROUP "
75
75
fi
76
76
77
- if [ " $POSTGRES_INITDB_XLOGDIR " ]; then
77
+ if [ -n " $POSTGRES_INITDB_XLOGDIR " ]; then
78
78
set -- --xlogdir " $POSTGRES_INITDB_XLOGDIR " " $@ "
79
79
fi
80
80
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ docker_create_db_directories() {
44
44
chmod 775 /var/run/postgresql || :
45
45
46
46
# Create the transaction log directory before initdb is run so the directory is owned by the correct user
47
- if [ " $POSTGRES_INITDB_XLOGDIR " ]; then
47
+ if [ -n " $POSTGRES_INITDB_XLOGDIR " ]; then
48
48
mkdir -p " $POSTGRES_INITDB_XLOGDIR "
49
49
if [ " $user " = ' 0' ]; then
50
50
find " $POSTGRES_INITDB_XLOGDIR " \! -user postgres -exec chown postgres ' {}' +
@@ -74,7 +74,7 @@ docker_init_database_dir() {
74
74
echo " postgres:x:$( id -g) :" > " $NSS_WRAPPER_GROUP "
75
75
fi
76
76
77
- if [ " $POSTGRES_INITDB_XLOGDIR " ]; then
77
+ if [ -n " $POSTGRES_INITDB_XLOGDIR " ]; then
78
78
set -- --xlogdir " $POSTGRES_INITDB_XLOGDIR " " $@ "
79
79
fi
80
80
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ docker_create_db_directories() {
44
44
chmod 775 /var/run/postgresql || :
45
45
46
46
# Create the transaction log directory before initdb is run so the directory is owned by the correct user
47
- if [ " $POSTGRES_INITDB_WALDIR " ]; then
47
+ if [ -n " $POSTGRES_INITDB_WALDIR " ]; then
48
48
mkdir -p " $POSTGRES_INITDB_WALDIR "
49
49
if [ " $user " = ' 0' ]; then
50
50
find " $POSTGRES_INITDB_WALDIR " \! -user postgres -exec chown postgres ' {}' +
@@ -74,7 +74,7 @@ docker_init_database_dir() {
74
74
echo " postgres:x:$( id -g) :" > " $NSS_WRAPPER_GROUP "
75
75
fi
76
76
77
- if [ " $POSTGRES_INITDB_WALDIR " ]; then
77
+ if [ -n " $POSTGRES_INITDB_WALDIR " ]; then
78
78
set -- --waldir " $POSTGRES_INITDB_WALDIR " " $@ "
79
79
fi
80
80
You can’t perform that action at this time.
0 commit comments