fix: typo
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
if [ $DOMAIN -a $EMAIL]; then
|
||||
if [ $DOMAIN -a $EMAIL ]; then
|
||||
if [ ! -e /usr/local/apache2/.configured ]; then
|
||||
cat >> /usr/local/apache2/conf/httpd.conf <<EOF
|
||||
ServerName $DOMAIN
|
||||
|
||||
Reference in New Issue
Block a user