From a892137448f27984622ffafe8eb3879a238d3638 Mon Sep 17 00:00:00 2001 From: Gabriel Carneiro Date: Sun, 17 Nov 2024 20:23:40 -0300 Subject: [PATCH] update postinst --- DEBIAN/postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEBIAN/postinst b/DEBIAN/postinst index a629b51..6641148 100755 --- a/DEBIAN/postinst +++ b/DEBIAN/postinst @@ -9,7 +9,7 @@ CONFIG=/etc/sssd/sssd.conf if [ ! -f "$CONFIG" ]; then echo "Error: Configuration file $CONFIG does not exist." - exit 10 + exit 9 fi sed -i "s/ldap_default_authtok =.*/ldap_default_authtok = $RET/" $CONFIG