From 72bc2ea7af0a67830e65fc1a6138518c363294cb Mon Sep 17 00:00:00 2001 From: Gabriel Carneiro Date: Sun, 17 Nov 2024 20:42:19 -0300 Subject: [PATCH] test --- DEBIAN/postinst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/DEBIAN/postinst b/DEBIAN/postinst index 9697194..c615ae6 100755 --- a/DEBIAN/postinst +++ b/DEBIAN/postinst @@ -1,13 +1,13 @@ #!/bin/bash -set -e +# set -e -. /usr/share/debconf/confmodule +# . /usr/share/debconf/confmodule -db_get alice-auth/ldap-bind-password +# db_get alice-auth/ldap-bind-password # CONFIG=/etc/sssd/sssd.conf -echo $RET +# echo $RET # if [ ! -f "$CONFIG" ]; then # echo "Error: Configuration file $CONFIG does not exist."