From c767d55e0efba27be8d225bc3607e1f4be50ca47 Mon Sep 17 00:00:00 2001 From: Jan Szumotalski Date: Thu, 24 Apr 2025 15:25:56 +0200 Subject: [PATCH] fix: typo --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 <