Skip to content

Commit

Permalink
xxx
Browse files Browse the repository at this point in the history
Signed-off-by: Iliya Savov <[email protected]>
  • Loading branch information
isavov committed Nov 30, 2023
1 parent 7bbe0f0 commit 43afb65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/retry_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ docker network ls
docker kill $(docker ps -q)
docker rm -v $(docker ps -qa)
docker system prune --volumes -f
ls -lah $(dirname $(readlink -f $(which hedera)))../network-logs
sudo rm -rf $(dirname $(readlink -f $(which hedera)))../network-logs
ls -lah $(dirname $(readlink -f $(which hedera)))/../network-logs
sudo rm -rf $(dirname $(readlink -f $(which hedera)))/../network-logs
sleep 5
hedera restart -d
docker stop json-rpc-relay json-rpc-relay-ws

0 comments on commit 43afb65

Please sign in to comment.