diff options
| -rwxr-xr-x | process-static | 2 | ||||
| -rwxr-xr-x[-rw-r--r--] | process-templates (renamed from process-templates.py) | 0 |
2 files changed, 1 insertions, 1 deletions
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 index 703acc74..703acc74 100644..100755 --- a/process-templates.py +++ b/process-templates |
