Update sites.inc
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user