From cf148b6381f25205076785375e88b0a0019f8f9a Mon Sep 17 00:00:00 2001 From: Simon L Date: Sat, 20 May 2023 18:58:36 +0200 Subject: [PATCH] fix caddy warning Signed-off-by: Simon L --- Containers/apache/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containers/apache/start.sh b/Containers/apache/start.sh index 1806f7b4..9c1023ee 100644 --- a/Containers/apache/start.sh +++ b/Containers/apache/start.sh @@ -58,7 +58,7 @@ mkdir -p /mnt/data/caddy-imports rm -f /mnt/data/caddy-imports/nextcloud # Makre sure that the caddy-imports dir is not empty -echo "" > /mnt/data/caddy-imports/empty +echo "# empty file so that caddy does not print a warning" > /mnt/data/caddy-imports/empty # Fix apache startup rm -f /usr/local/apache2/logs/httpd.pid