From d2b551b308b90edc1872b4d03e11508075201e0a Mon Sep 17 00:00:00 2001 From: Carneiro Date: Mon, 9 Sep 2024 16:14:38 -0300 Subject: [PATCH] Update DEBIAN/postinst --- DEBIAN/postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEBIAN/postinst b/DEBIAN/postinst index 32c5361..d79fbf4 100755 --- a/DEBIAN/postinst +++ b/DEBIAN/postinst @@ -1,4 +1,4 @@ #!/bin/sh set -e # Restart NFS and autofs services -systemctl restart autofs +systemctl restart autofs \ No newline at end of file