Skip to content

Commit

Permalink
Merge pull request #329 from topcoder-platform/dev
Browse files Browse the repository at this point in the history
fix variable
  • Loading branch information
eisbilir authored Oct 11, 2022
2 parents dd93ad9 + 1899ffd commit 3516d29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ DICECALLBACK="./web-assets/static-pages/dice-verify-callback.html"
perl -pi -e "s/\{\{DOMAIN\}\}/$DOMAIN/g" $DICECALLBACK
perl -pi -e "s/\{\{DICE_AUTH\}\}/$DICE_AUTH/g" $DICECALLBACK
perl -pi -e "s/\{\{CA_SUB_1\}\}/$CA_SUB_1/g" $DICECALLBACK
perl -pi -e "s/\{\{CA_SUB_2\}\}/$CA_SUB_2/g" $DICECALLBACK

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

0 comments on commit 3516d29

Please sign in to comment.