Fixed typo in roundcube SSO

This commit is contained in:
root 2024-11-18 20:23:57 +00:00
parent 8916198fb6
commit bd35871fcb

View File

@ -138,7 +138,7 @@ uninstall_roundcube() {
echo -ne "done.\n"
}
configsso_roundcube() {
echo -ne "* Configuring matrix container with SSO.."
echo -ne "* Configuring roundcube 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."