diff --git a/entrypoint.sh b/entrypoint.sh index 7bba581..5514883 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -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 <