From bd35871fcb38a48d3835e7d06a8394a88af7e451 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 18 Nov 2024 20:23:57 +0000 Subject: [PATCH] Fixed typo in roundcube SSO --- lib/roundcube.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/roundcube.sh b/lib/roundcube.sh index 8079b40..cd65605 100644 --- a/lib/roundcube.sh +++ b/lib/roundcube.sh @@ -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."