Skip to content

Commit 1899ffd

Browse files
committed
fix variable
1 parent e4515aa commit 1899ffd

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)