From 2faf0c06f67ea20d9f5891ba7dad428637b71573 Mon Sep 17 00:00:00 2001 From: Paulino Padial Date: Tue, 23 Jan 2018 19:33:01 +0100 Subject: [PATCH] Minor issue --- docker-entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh index 933edae..d84167a 100644 --- a/docker-entrypoint.sh +++ b/docker-entrypoint.sh @@ -48,7 +48,7 @@ cat <<-EOF > ${HOME}/.pgpass ${DBHOST:-localhost}:*:*:${USERNAME:-postgres}:${PASSPHRASE} EOF # Permissions for this file shoudl be set to 0600 -chmod +x 0600 ${HOME}/.pgpass +chmod 0600 ${HOME}/.pgpass # Execute cron with parameters (autopostgresql script is under /etc/cron.daily) echo "Execute cron service..."