10000 user password quotes · docker-library/postgres@1c616c2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1c616c2

Browse files
committed
user password quotes
1 parent d68f305 commit 1c616c2

11 files changed

+11
-11
lines changed

9.2/alpine/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ if [ "$1" = 'postgres' ]; then
125125
op='CREATE'
126126
fi
127127
"${psql[@]}" --username postgres <<-EOSQL
128-
$op USER "$USER_NAME" WITH SUPERUSER PASSWORD "$USER_PASSWORD" ;
128+
$op USER "$USER_NAME" WITH SUPERUSER PASSWORD '$USER_PASSWORD' ;
129129
EOSQL
130130
done
131131
fi

9.2/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ if [ "$1" = 'postgres' ]; then
125125
op='CREATE'
126126
fi
127127
"${psql[@]}" --username postgres <<-EOSQL
128-
$op USER "$USER_NAME" WITH SUPERUSER PASSWORD "$USER_PASSWORD" ;
128+
$op USER "$USER_NAME" WITH SUPERUSER PASSWORD '$USER_PASSWORD' ;
129129
EOSQL
130130
done
131131
fi

9.3/alpine/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ if [ "$1" = 'postgres' ]; then
125125
op='CREATE'
126126
fi
127127
"${psql[@]}" --username postgres <<-EOSQL
128-
$op USER "$USER_NAME" WITH SUPERUSER PASSWORD "$USER_PASSWORD" ;
128+
$op USER "$USER_NAME" WITH SUPERUSER PASSWORD '$USER_PASSWORD' ;
129129
EOSQL
130130
done
131131
fi

9.3/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ if [ "$1" = 'postgres' ]; then
125125
op='CREATE'
126126
fi
127127
"${psql[@]}" --username postgres <<-EOSQL
128-
$op USER "$USER_NAME" WITH SUPERUSER PASSWORD "$USER_PASSWORD" ;
128+
$op USER "$USER_NAME" WITH SUPERUSER PASSWORD '$USER_PASSWORD' ;
129129
EOSQL
130130
done
131131
fi

9.4/alpine/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ if [ "$1" = 'postgres' ]; then
125125
op='CREATE'
126126
fi
127127
"${psql[@]}" --username postgres <<-EOSQL
128-
$op USER "$USER_NAME" WITH SUPERUSER PASSWORD "$USER_PASSWORD" ;
128+
$op USER "$USER_NAME" WITH SUPERUSER PASSWORD '$USER_PASSWORD' ;
129129
EOSQL
130130
done
131131
fi

9.4/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ if [ "$1" = 'postgres' ]; then
125125
op='CREATE'
126126
fi
127127
"${psql[@]}" --username postgres <<-EOSQL
128-
$op USER "$USER_NAME" WITH SUPERUSER PASSWORD "$USER_PASSWORD" ;
128+
$op USER "$USER_NAME" WITH SUPERUSER PASSWORD '$USER_PASSWORD' ;
129129
EOSQL
130130
done
131131
fi

9.5/alpine/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ - 57AE 125,7 +125,7 @@ if [ "$1" = 'postgres' ]; then
125125
op='CREATE'
126126
fi
127127
"${psql[@]}" --username postgres <<-EOSQL
128-
$op USER "$USER_NAME" WITH SUPERUSER PASSWORD "$USER_PASSWORD" ;
128+
$op USER "$USER_NAME" WITH SUPERUSER PASSWORD '$USER_PASSWORD' ;
129129
EOSQL
130130
done
131131
fi

9.5/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ if [ "$1" = 'postgres' ]; then
125125
op='CREATE'
126126
fi
127127
"${psql[@]}" --username postgres <<-EOSQL
128-
$op USER "$USER_NAME" WITH SUPERUSER PASSWORD "$USER_PASSWORD" ;
128+
$op USER "$USER_NAME" WITH SUPERUSER PASSWORD '$USER_PASSWORD' ;
129129
EOSQL
130130
done
131131
fi

9.6/alpine/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ if [ "$1" = 'postgres' ]; then
125125
op='CREATE'
126126
fi
127127
"${psql[@]}" --username postgres <<-EOSQL
128-
$op USER "$USER_NAME" WITH SUPERUSER PASSWORD "$USER_PASSWORD" ;
128+
$op USER "$USER_NAME" WITH SUPERUSER PASSWORD '$USER_PASSWORD' ;
129129
EOSQL
130130
done
131131
fi

9.6/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ if [ "$1" = 'postgres' ]; then
125125
op='CREATE'
126126
fi
127127
"${psql[@]}" --username postgres <<-EOSQL
128-
$op USER "$USER_NAME" WITH SUPERUSER PASSWORD "$USER_PASSWORD" ;
128+
$op USER "$USER_NAME" WITH SUPERUSER PASSWORD '$USER_PASSWORD' ;
129129
EOSQL
130130
done
131131
fi

docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ if [ "$1" = 'postgres' ]; then
125125
op='CREATE'
126126
fi
127127
"${psql[@]}" --username postgres <<-EOSQL
128-
$op USER "$USER_NAME" WITH SUPERUSER PASSWORD "$USER_PASSWORD" ;
128+
$op USER "$USER_NAME" WITH SUPERUSER PASSWORD '$USER_PASSWORD' ;
129129
EOSQL
130130
done
131131
fi

0 commit comments

Comments
 (0)
0