From 0e70a11f5fcdda198b671b9e77918d9d723b4078 Mon Sep 17 00:00:00 2001 From: Robert Middleswarth Date: Thu, 27 Feb 2025 23:38:07 -0500 Subject: [PATCH] cat out one of the templates to see if the file is being created correctly --- build/joinApps.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/joinApps.sh b/build/joinApps.sh index 9dcf584..46f1f58 100755 --- a/build/joinApps.sh +++ b/build/joinApps.sh @@ -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"