Update sites.inc

This commit is contained in:
2023-07-08 22:24:17 -05:00
parent 37df3a6fb2
commit 076969e1c2

View File

@@ -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