We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dea4c80 commit cd65ea2Copy full SHA for cd65ea2
scripts/postinstall.sh
@@ -15,6 +15,10 @@ if [ "$1" = "configure" ]; then
15
--comment "pg2s3 database backups" \
16
pg2s3
17
fi
18
+
19
+ # Update config file permissions
20
+ chown root:pg2s3 /etc/pg2s3.conf
21
+ chmod 0640 /etc/pg2s3.conf
22
23
24
if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ] || [ "$1" = "abort-deconfigure" ] || [ "$1" = "abort-remove" ] ; then
0 commit comments