Update sites.inc
This commit is contained in:
@@ -279,7 +279,7 @@ NEWSITE(){
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
if [ -z ${SECURE+x} ]; then
|
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
|
read SECURE
|
||||||
showdivide=yes
|
showdivide=yes
|
||||||
if [[ ${SECURE} =~ ^[Nn]$ ]] || [ "${SECURE}" = "" ]; then
|
if [[ ${SECURE} =~ ^[Nn]$ ]] || [ "${SECURE}" = "" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user