Skip to content

Commit

Permalink
Update reset.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Sateetje authored Jul 5, 2021
1 parent 5c1cf35 commit 260ec44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reset.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ then
[[ "$0" = "$BASH_SOURCE" ]] && exit 2 || return 2 # handle exits from shell or function but don't exit interactive shell
fi

# Loop through all folders starting with public-mainnet-peer-package*
# Loop through all folders starting with public-mainnet-peer-package*
for NODEFOLDER in $(find public-mainnet-peer-package* -maxdepth 0 -type d -printf '%f\n') ; do
NODEFOLDERS+=($NODEFOLDER)
done
Expand Down Expand Up @@ -84,4 +84,4 @@ else
docker container ls
fi

exit 0
exit 0

0 comments on commit 260ec44

Please sign in to comment.