cat out one of the templates to see if the file is being created correctly

This commit is contained in:
Robert Middleswarth
2025-02-27 23:38:07 -05:00
parent d9348fee69
commit 0e70a11f5f

View File

@@ -289,6 +289,8 @@ echo "Creating template $template_arm64v3"
echo "$json_amd64v3" | jq --tab '.templates |= sort_by(.title | ascii_upcase)' > "$template_amd64v3"
echo "Creating template $template_amd64v3"
cat "$template_amd64v3"
# Keep old template up to date
cp -f "$template_arm32v2" "$Oldtemplate_arm32v2"
echo "Creating template $Oldtemplate_arm32v2"