generated from alice-meta-packages/alice-meta-template
test
Deploy Package / Explore-Gitea-Actions (push) Successful in 7s
Details
Deploy Package / Explore-Gitea-Actions (push) Successful in 7s
Details
This commit is contained in:
parent
8d24c11afe
commit
72bc2ea7af
|
@ -1,13 +1,13 @@
|
||||||
#!/bin/bash
|
#!/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
|
# CONFIG=/etc/sssd/sssd.conf
|
||||||
|
|
||||||
echo $RET
|
# echo $RET
|
||||||
|
|
||||||
# if [ ! -f "$CONFIG" ]; then
|
# if [ ! -f "$CONFIG" ]; then
|
||||||
# echo "Error: Configuration file $CONFIG does not exist."
|
# echo "Error: Configuration file $CONFIG does not exist."
|
||||||
|
|
Loading…
Reference in New Issue