We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
id
1 parent ca781d7 commit 29b7643Copy full SHA for 29b7643
.github/docker/Dockerfile.debian-artifact-build
@@ -128,7 +128,7 @@ RUN mkdir -p ${RELEASE_DIR}$HOME/.pgrx && \
128
RUN TOOLCHAIN_VER=$(</tmp/.toolchain-ver) && cat <<EOF > /tmp/preinst
129
#!/usr/bin/env bash
130
131
-if ! id -u postgres 2&> /dev/null; then
+if ! id -u postgres 2>&1 > /dev/null; then
132
echo "[!] User 'postgres' does not exist. Have the official Postgres packages been installed yet?"
133
exit 1
134
fi
0 commit comments