From 84eee0820c4e6d08e0e504a576970f4df832652e Mon Sep 17 00:00:00 2001 From: Thomas Hintz Date: Wed, 8 Oct 2025 05:50:12 -0700 Subject: [PATCH] Ensure all-apps/lb dir is created. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 32f321a..5631f2f 100644 --- a/Makefile +++ b/Makefile @@ -16,6 +16,7 @@ $(wildcard all-apps/dozzle/*) # Caddy / lb all-apps/lb/Caddyfile: $(apps_config) make-caddyfile.sh + mkdir -p all-apps/lb ./make-caddyfile.sh $(apps_config) > all-apps/lb/Caddyfile # Nextcloud