From 076969e1c2b32f9f894a3bed33da1126c475686e Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 8 Jul 2023 22:24:17 -0500 Subject: [PATCH] Update sites.inc --- inc/sites.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/sites.inc b/inc/sites.inc index 8a7909f4..56acaad9 100755 --- a/inc/sites.inc +++ b/inc/sites.inc @@ -279,7 +279,7 @@ NEWSITE(){ fi fi if [ -z ${SECURE+x} ]; then - echo -e -n "${idsCL[LightCyan]}Secure site with passwords from [ nginx/.htpasswd ](y/N): ${idsCL[Default]}" + echo -e -n "${idsCL[LightCyan]}Secure site with Authelia SSO (y/N): ${idsCL[Default]}" read SECURE showdivide=yes if [[ ${SECURE} =~ ^[Nn]$ ]] || [ "${SECURE}" = "" ]; then