initial commit
This commit is contained in:
11
postgres-shim.sh
Executable file
11
postgres-shim.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
set -ef
|
||||
|
||||
if [ -n "${CITUS_PGPASSWORD+1}" ] ; then
|
||||
PGPASSWORD=${CITUS_PGPASSWORD}
|
||||
export PGPASSWORD
|
||||
unset CITUS_PGPASSWORD
|
||||
fi
|
||||
|
||||
export PATH="${PATH#/usr/local/sbin:}"
|
||||
exec postgres "$@"
|
Reference in New Issue
Block a user