fixed issue in docker-entrypoint
This commit is contained in:
parent
01f6f01f24
commit
7b96dd80d5
@ -24,7 +24,7 @@ fi
|
|||||||
|
|
||||||
# Create the file
|
# Create the file
|
||||||
cat <<-EOF > ${HOME}/.pgpass
|
cat <<-EOF > ${HOME}/.pgpass
|
||||||
${DBHOST}:*:*:${USERNAME}:${PASSPHRASE}
|
${DBHOST}:*:*:${USERNAME:-postgres}:${PASSPHRASE}
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
# Execute cron with parameters (autopostgresql script is under /etc/cron.daily)
|
# Execute cron with parameters (autopostgresql script is under /etc/cron.daily)
|
||||||
|
Loading…
Reference in New Issue
Block a user