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."