From 8a4a08cae892399ba37a3dfcba8009d0438e4333 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sat, 15 Jul 2023 15:26:27 -0400 Subject: run process-templates as an executable --- process-static | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'process-static') diff --git a/process-static b/process-static index cf6355e7..23c0282b 100755 --- a/process-static +++ b/process-static @@ -31,7 +31,7 @@ cp -a nginx nginx-tmp rm -rf static-tmp cp -a static static-tmp -python3 process-templates.py static-tmp +./process-templates static-tmp for file in static-tmp/**/*.@(json|webmanifest); do json_verify < "$file" >/dev/null -- cgit v1.3.1