diff --git a/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/99MozMcdThunderbird b/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/99MozMcdThunderbird index 74d7582..1870594 100644 --- a/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/99MozMcdThunderbird +++ b/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/99MozMcdThunderbird @@ -1,6 +1,6 @@ { -if ((${'mozilla-mcd{'status'} || 'disabled')eq 'enabled'){ +if ((${'mozilla-mcd'}{'status'} || 'disabled')eq 'enabled'){ my $access = ${'mozilla-mcd'}{'access'} || 'private'; $access = ($access eq 'public') ? "all":"$localAccess $externalSSLAccess"; @@ -25,3 +25,4 @@ EOF else{ $OUT .= "# Mozilla MCD is disabled\n"; } +}