generated from alice-meta-packages/alice-meta-template
update postinst
Deploy Package / Explore-Gitea-Actions (push) Successful in 9s
Details
Deploy Package / Explore-Gitea-Actions (push) Successful in 9s
Details
This commit is contained in:
parent
1ef4bcc602
commit
a892137448
|
@ -9,7 +9,7 @@ CONFIG=/etc/sssd/sssd.conf
|
||||||
|
|
||||||
if [ ! -f "$CONFIG" ]; then
|
if [ ! -f "$CONFIG" ]; then
|
||||||
echo "Error: Configuration file $CONFIG does not exist."
|
echo "Error: Configuration file $CONFIG does not exist."
|
||||||
exit 10
|
exit 9
|
||||||
fi
|
fi
|
||||||
|
|
||||||
sed -i "s/ldap_default_authtok =.*/ldap_default_authtok = $RET/" $CONFIG
|
sed -i "s/ldap_default_authtok =.*/ldap_default_authtok = $RET/" $CONFIG
|
||||||
|
|
Loading…
Reference in New Issue