Fixed typo in espo sso config

This commit is contained in:
root 2024-11-19 19:21:37 +00:00
parent c74eb0cb83
commit b9ff05699f

View File

@ -207,7 +207,7 @@ uninstall_espocrm() {
echo -ne "done.\n"
}
configsso_espocrm() {
echo -ne "* Configuring matrix container with SSO.."
echo -ne "* Configuring espocrm container with SSO.."
[ ! -d "/federated/apps/authelia" ] && failcheck "Authelia is not installed. You need this first before continuing."
[ ! -f "/federated/apps/authelia/data/config/idproviders.yml" ] && failcheck "Authelia idproviders.yml is missing."