Skip to content

Commit f680108

Browse files
author
Peter Göbel
committed
typo
1 parent fa8f158 commit f680108

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

runtime/functions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ trust_localnet() {
260260

261261
set_resolvconf_perms() {
262262
echo "Setting resolv ACLs..."
263-
if which setfacel >/dev/null; then
263+
if which setfacl >/dev/null; then
264264
setfacl -m user:${PG_USER}:r /etc/resolv.conf
265265
else
266266
echo "`setfacl` not supported"

0 commit comments

Comments
 (0)