Skip to content

Commit

Permalink
Directory fix in ui_setup
Browse files Browse the repository at this point in the history
  • Loading branch information
BrightKrystian committed Jan 8, 2024
1 parent d154e63 commit 7cae35d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,8 @@ generate_ink_types() {
}

ui_setup() {
cd "${SCRIPT_DIR}"/..

(for v in "OWNER" "OWNER_PUBKEY" "DEFENDANT" "DEFENDANT_PUBKEY" "JUROR_1" "JUROR_1_PUBKEY" "JUROR_2" "JUROR_2_PUBKEY" "JUROR_3" "JUROR_3_PUBKEY" "JUROR_4" "JUROR_4_PUBKEY" "JUROR_5" "JUROR_5_PUBKEY" "JUROR_6" "JUROR_6_PUBKEY" "JUROR_7" "JUROR_7_PUBKEY"; do
echo "$v=${!v}"
done) > ./ui/.env
Expand Down

0 comments on commit 7cae35d

Please sign in to comment.