From 7585cc5ad5db3783816cc4ee66cb8cc85c18ed6d Mon Sep 17 00:00:00 2001 From: radioparalelo Date: Mon, 9 Mar 2026 20:10:17 +0100 Subject: [PATCH] Update entrypoint-theme.sh correcting build errors --- entrypoint-theme.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint-theme.sh b/entrypoint-theme.sh index aa3fbb5..ce7aac1 100644 --- a/entrypoint-theme.sh +++ b/entrypoint-theme.sh @@ -48,4 +48,4 @@ su www-data -s /bin/bash -c "\ # ------------------------------------------------- # Start Apache (Docker’s default entrypoint) # ------------------------------------------------- -exec docker-entrypoint.sh apache2-foreground +exec docker-entrypoint.sh apache2-foreground \ No newline at end of file