diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2023-07-15 15:26:27 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2023-07-15 15:26:45 -0400 |
| commit | 8a4a08cae892399ba37a3dfcba8009d0438e4333 (patch) | |
| tree | ab430fc9b5b9a6d6c7891da7e18526f82f80c136 /process-static | |
| parent | ffe32aca511f461c7b1ca52be4c9f71c515a8748 (diff) | |
run process-templates as an executable
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 |
