fix: typo
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user