Skip to content

Commit

Permalink
teku - improve binary name handling
Browse files Browse the repository at this point in the history
  • Loading branch information
coincashew committed Oct 22, 2024
1 parent 28ac345 commit 2b96fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update_consensus.sh
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ function updateClient(){
exit 1
fi
tar -xzvf teku.tar.gz -C $HOME
mv teku-* teku
mv teku-${LATEST_TAG} teku
rm teku.tar.gz
test -f /etc/systemd/system/consensus.service && sudo systemctl stop consensus
test -f /etc/systemd/system/validator.service && sudo service validator stop
Expand Down

0 comments on commit 2b96fc6

Please sign in to comment.