Skip to content

Commit

Permalink
Update build-all script to create global config file
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Garfield committed Aug 15, 2022
1 parent 732c3a4 commit 54a8877
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/build-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,11 @@ if command -v solana-keygen &> /dev/null; then
echo
fi

# Create global Clockwork config file
mkdir -p ~/.config/solana/clockwork
touch ~/.config/solana/clockwork/config.yml
echo "home: $installDir" > ~/.config/solana/clockwork/config.yml

# Success message
echo "Done after $SECONDS seconds"
echo
Expand Down

0 comments on commit 54a8877

Please sign in to comment.