fix: typo

This commit is contained in:
2025-04-24 15:25:56 +02:00
parent d15e09d468
commit c767d55e0e

View File

@@ -1,5 +1,5 @@
#!/bin/sh #!/bin/sh
if [ $DOMAIN -a $EMAIL]; then if [ $DOMAIN -a $EMAIL ]; then
if [ ! -e /usr/local/apache2/.configured ]; then if [ ! -e /usr/local/apache2/.configured ]; then
cat >> /usr/local/apache2/conf/httpd.conf <<EOF cat >> /usr/local/apache2/conf/httpd.conf <<EOF
ServerName $DOMAIN ServerName $DOMAIN