Minor issue
This commit is contained in:
parent
812260a7c6
commit
2faf0c06f6
@ -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..."
|
||||||
|
Loading…
Reference in New Issue
Block a user