From c051cd37d821d1566781d09b418ea231e1f811d5 Mon Sep 17 00:00:00 2001 From: Jan Szumotalski Date: Tue, 15 Apr 2025 16:30:48 +0200 Subject: [PATCH] fix: misspell --- entrypoint.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index fd0f83b..54208ae 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -6,10 +6,7 @@ ServerAdmin $EMAIL ServerName $DOMAIN EOF - -http -k start +httpd -k start certbot --apache -n --keep -d $DOMAIN -m $EMAIL httpd -k stop - - httpd-foreground \ No newline at end of file