Minor issue

This commit is contained in:
Paulino Padial 2018-01-23 19:33:01 +01:00
parent 812260a7c6
commit 2faf0c06f6

View File

@ -48,7 +48,7 @@ cat <<-EOF > ${HOME}/.pgpass
${DBHOST:-localhost}:*:*:${USERNAME:-postgres}:${PASSPHRASE} ${DBHOST:-localhost}:*:*:${USERNAME:-postgres}:${PASSPHRASE}
EOF EOF
# Permissions for this file shoudl be set to 0600 # 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) # Execute cron with parameters (autopostgresql script is under /etc/cron.daily)
echo "Execute cron service..." echo "Execute cron service..."