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 diff --git a/process-templates.py b/process-templates old mode 100644 new mode 100755 similarity index 100% rename from process-templates.py rename to process-templates