Update sites.inc

This commit is contained in:
2023-11-12 10:47:25 -06:00
parent c52be23d60
commit 4b8c7ab55f

View File

@@ -683,6 +683,9 @@ SITEINFO(){
site=${SITELIST[${siteid}]}
sitefile=${gosite}/${site}.conf
echo "HERE: $site - $sitefile"
if [ "$(grep \#ssl_certificate ${sitefile})" != "" ]; then
ssl='-'
SUBJECTNAMES=""