Skip to content

Commit

Permalink
fix: run script
Browse files Browse the repository at this point in the history
  • Loading branch information
dvilelaf committed Mar 24, 2024
1 parent ba69633 commit 8a65295
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions run_agent.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@ rm -r tsunami
find . -empty -type d -delete # remove empty directories to avoid wrong hashes
autonomy packages lock
autonomy fetch --local --agent dvilela/tsunami && cd tsunami

# Replace aea-config with the configured one
aeaconfig="/home/david/Descargas/aea-config.yaml"
if [ -e "$aeaconfig" ]; then
cp $aeaconfig .
fi

cp $PWD/../ethereum_private_key.txt .
autonomy add-key ethereum ethereum_private_key.txt
autonomy issue-certificates
Expand Down

0 comments on commit 8a65295

Please sign in to comment.