Skip to content

Commit aed8003

Browse files
committed
polishing eg008
1 parent d779183 commit aed8003

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Examples/eg008CreateTemplate.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ if [[ $SHELL != *"bash"* ]]; then
88
fi
99

1010
# Step 1. List the account's templates
11+
echo ""
12+
echo "Checking to see if the template already exists in your account..."
13+
echo ""
1114
template_name="Example Signer and CC template"
1215
response=$(mktemp /tmp/response-eg-008.XXXXXX)
1316
curl --header "Authorization: Bearer {ACCESS_TOKEN}" \

0 commit comments

Comments
 (0)