run process-templates as an executable

This commit is contained in:
Daniel Micay 2023-07-15 15:26:27 -04:00
parent ffe32aca51
commit 8a4a08cae8
2 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ cp -a nginx nginx-tmp
rm -rf static-tmp rm -rf static-tmp
cp -a static 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 for file in static-tmp/**/*.@(json|webmanifest); do
json_verify < "$file" >/dev/null json_verify < "$file" >/dev/null

0
process-templates.py → process-templates Normal file → Executable file
View File