diff options
Diffstat (limited to 'process-static')
| -rwxr-xr-x | process-static | 2 |
1 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 |
