Skip to content

Commit

Permalink
testnet: clean write file atomic
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0Vu committed Dec 5, 2023
1 parent 5be093a commit 9efe9f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions testnet/local/cleanup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ clean_katzenmint_dir () {
if [ -d $d/katzenmint ]; then
rm -rf $d/katzenmint
fi;
if [ -d $d/config ]; then
rm -rf $d/config/write-file-atomic*
fi;
echo "{
\"height\": \"0\",
\"round\": 0,
Expand Down

0 comments on commit 9efe9f4

Please sign in to comment.