We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45934c6 commit 24b09a4Copy full SHA for 24b09a4
1 file changed
runtime/functions
@@ -259,11 +259,8 @@ trust_localnet() {
259
}
260
261
set_resolvconf_perms() {
262
- if setfacl -m user:${PG_USER}:r /etc/resolv.conf; then
263
- echo "Setting resolv.conf ACLs..."
264
- else
265
- echo "resolv.conf ACLs couldn't be set: `setfacl` not supported"
266
- fi
+ echo "Setting resolv.conf ACLs..."
+ setfacl -m user:${PG_USER}:r /etc/resolv.conf || true
267
268
269
configure_recovery() {
0 commit comments