Skip to content

Commit 640917b

Browse files
committed
fix the call to makeconfigs.sh
1 parent ffb74ce commit 640917b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ ac_name=$(aws sts get-caller-identity --query "Account" --output text)
492492
r53_domain_name="${rgurl//http[s]*:\/\//}"
493493
jqcmd='.HostedZones[] | select(.Name=='"\"${r53_domain_name}.\""')|.Id'
494494
hosted_zone=$(aws route53 list-hosted-zones-by-name --dns-name "$r53_domain_name" | jq -r "$jqcmd" | sed -e 's#\/hostedzone\/##')
495-
makeconfigs.sh "$userpoolclient_id" "$userpool_id" "$bucketname" "$appuser" "$appuserpassword" \
495+
./makeconfigs.sh "$userpoolclient_id" "$userpool_id" "$bucketname" "$appuser" "$appuserpassword" \
496496
"$runid" "$rgurl" "$region" "ROLE_NAME" "$ac_name" "$hosted_zone"
497497
echo "Deploying main stack (roles, ec2 instance etc.)"
498498
mainstack_start_time=$SECONDS

0 commit comments

Comments
 (0)