Skip to content

Commit 3516d29

Browse files
authored
Merge pull request #329 from topcoder-platform/dev
fix variable
2 parents dd93ad9 + 1899ffd commit 3516d29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ DICECALLBACK="./web-assets/static-pages/dice-verify-callback.html"
2727
perl -pi -e "s/\{\{DOMAIN\}\}/$DOMAIN/g" $DICECALLBACK
2828
perl -pi -e "s/\{\{DICE_AUTH\}\}/$DICE_AUTH/g" $DICECALLBACK
2929
perl -pi -e "s/\{\{CA_SUB_1\}\}/$CA_SUB_1/g" $DICECALLBACK
30+
perl -pi -e "s/\{\{CA_SUB_2\}\}/$CA_SUB_2/g" $DICECALLBACK
3031

3132
DICEVERIFIER="./web-assets/static-pages/dice-verifier.html"
3233
perl -pi -e "s/\{\{DOMAIN\}\}/$DOMAIN/g" $DICEVERIFIER

0 commit comments

Comments
 (0)