diff --git a/reset.sh b/reset.sh index b83bcdc..b0d5f83 100644 --- a/reset.sh +++ b/reset.sh @@ -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 @@ -84,4 +84,4 @@ else docker container ls fi -exit 0 \ No newline at end of file +exit 0