From 531d52bac03be118ebfbdf6d0a13ca90e1490eb1 Mon Sep 17 00:00:00 2001 From: Carneiro Date: Mon, 9 Sep 2024 21:11:51 -0300 Subject: [PATCH] Update DEBIAN/postinst --- DEBIAN/postinst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/DEBIAN/postinst b/DEBIAN/postinst index dba0eee..d79fbf4 100755 --- a/DEBIAN/postinst +++ b/DEBIAN/postinst @@ -1,5 +1,4 @@ #!/bin/sh set -e # Restart NFS and autofs services -sed -i "/\^(passwd\|group\|shadow\)/s/files systemd/files ldap systemd/g" /etc/nsswitch.conf; -systemctl enable --now autofs \ No newline at end of file +systemctl restart autofs \ No newline at end of file