diff --git a/Containers/apache/start.sh b/Containers/apache/start.sh index 8bc1805f..1806f7b4 100644 --- a/Containers/apache/start.sh +++ b/Containers/apache/start.sh @@ -54,6 +54,9 @@ mkdir -p /mnt/data/caddy/ # Add caddy import path mkdir -p /mnt/data/caddy-imports +# Remove falsely added Nextcloud conf +rm -f /mnt/data/caddy-imports/nextcloud + # Makre sure that the caddy-imports dir is not empty echo "" > /mnt/data/caddy-imports/empty