Skip to content

Commit

Permalink
fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
saleel committed Dec 16, 2024
1 parent 53fc93a commit 7fa04e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions aztec-up/bin/aztec-wallet
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ set -euo pipefail

export SKIP_PORT_ASSIGNMENT=1
export WALLET_DATA_DIRECTORY=$(dirname $0)/wallet-data
export ENV_VARS_TO_INJECT="WALLET_DATA_DIRECTORY SSH_AUTH_SOCK"
export BB_BINARY_PATH=$HOME/.bb/bb
export BB_WORKING_DIRECTORY=$HOME/.bb-workdir
export BB_WORKING_DIRECTORY=$(dirname $0)/bb-workdir
export ENV_VARS_TO_INJECT="WALLET_DATA_DIRECTORY SSH_AUTH_SOCK PXE_PROVER_ENABLED BB_BINARY_PATH BB_WORKING_DIRECTORY"

mkdir -p $BB_WORKING_DIRECTORY
mkdir -p $WALLET_DATA_DIRECTORY

$(dirname $0)/.aztec-run aztecprotocol/cli-wallet $@
./.aztec-run aztecprotocol/cli-wallet $@

0 comments on commit 7fa04e0

Please sign in to comment.