This commit is contained in:
fred 2023-10-16 23:39:43 +02:00
parent 914025775d
commit b86b154785
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ mkdir ~/.zen/tmp/${MOATS}
ALLNODES=($(cat ${UREFRESH} 2>/dev/null)) # ${ALLNODES[@]}
if [[ ${ALLNODES[@]} == "" ]]; then
STRAPS=($(ipfs bootstrap | rev | cut -f 1 -d'/' | rev)) ## ${STRAPS[@]}
STRAPS=($(cat ~/.zen/Astroport.ONE/A_boostrap_nodes.txt | grep -Ev "#" | rev | cut -d '/' -f 1 | grep -v '^[[:space:]]*$')) ## ${STRAPS[@]}
for STRAP in ${STRAPS[@]}; do
echo ${STRAP} >> ${UREFRESH} ## FILL UMAP.refresher file with all STRAPS
done