From f4e4e47d8fe5ae63374bc2204d34017f6a6c0293 Mon Sep 17 00:00:00 2001 From: Gabriel Carneiro Date: Sun, 17 Nov 2024 20:57:44 -0300 Subject: [PATCH] remove echo from postinst --- DEBIAN/postinst | 2 -- 1 file changed, 2 deletions(-) diff --git a/DEBIAN/postinst b/DEBIAN/postinst index f5c9296..929c7e6 100755 --- a/DEBIAN/postinst +++ b/DEBIAN/postinst @@ -6,6 +6,4 @@ set -e db_get alice-auth/ldap-bind-password -echo $RET - sed -i "s/ldap_default_authtok =.*/ldap_default_authtok = $RET/" /etc/sssd/sssd.conf