test
Deploy Package / Explore-Gitea-Actions (push) Successful in 7s Details

This commit is contained in:
Carneiro 2024-11-17 20:42:19 -03:00
parent 8d24c11afe
commit 72bc2ea7af
1 changed files with 4 additions and 4 deletions

View File

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