File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed
Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -11,19 +11,15 @@ echo "This script uses the package uuidgen to create unique ids for workflow fie
1111echo " Press the enter key to continue."
1212read continue
1313
14- TEMPLATE_ID=$( cat config/TEMPLATE_ID)
15- if [ -z " $TEMPLATE_ID " ]; then
16- echo " Creating template"
17- bash ./examples/eSignature/eg008CreateTemplate.sh
18- fi
14+ echo " Creating template"
15+ bash ./examples/eSignature/eg008CreateTemplate.sh
1916
2017TEMPLATE_ID=$( cat config/TEMPLATE_ID)
2118if [ -z " $TEMPLATE_ID " ]; then
2219 echo " please create a worklow before running this example"
2320 exit 0
2421fi
2522
26- TEMPLATE_ID=$( cat config/TEMPLATE_ID)
2723
2824echo " Creating a new workflow"
2925
Original file line number Diff line number Diff line change @@ -43,9 +43,9 @@ if [ -n "${TEMPLATE_ID}" ]; then
4343
4444 # Save the template id for use by other scripts
4545 if [ ! -f config/TEMPLATE_ID ]; then
46- echo " Saving the template ID to the config/TEMPLATE_ID file."
46+ echo " Saving the template ID to the config/WEB_FORM_TEMPLATE_ID file."
4747 fi
48- echo " ${TEMPLATE_ID} " > config/TEMPLATE_ID
48+ echo " ${TEMPLATE_ID} " > config/WEB_FORM_TEMPLATE_ID
4949
5050 rm " $response "
5151 echo " "
You can’t perform that action at this time.
0 commit comments